From 40ab668a735bd681d6a6b197e676a9160ce876f0 Mon Sep 17 00:00:00 2001 From: Jakob Borg Date: Sat, 7 Jun 2025 08:19:23 +0200 Subject: [PATCH] chore(etc): add option dash to upstart config --- etc/linux-upstart/user/syncthing.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/linux-upstart/user/syncthing.conf b/etc/linux-upstart/user/syncthing.conf index 0ef9efa7f..fc973073f 100644 --- a/etc/linux-upstart/user/syncthing.conf +++ b/etc/linux-upstart/user/syncthing.conf @@ -18,4 +18,4 @@ env STNORESTART=yes respawn # the syncthing command Upstart is to execute when it is started up -exec $SYNCTHING_EXE -no-browser +exec $SYNCTHING_EXE --no-browser