mirror of
https://github.com/octoleo/syncthing.git
synced 2024-11-09 14:50:56 +00:00
systemd: Set -logflags to 0, provide -no-browser flag
Syncthing should not try to start a browser when invoked by systemd. Furthermore we do not need any timestamps in the journal as systemd already handles this for us.
This commit is contained in:
parent
b53e545ebc
commit
3ea93f52ee
@ -6,7 +6,7 @@ After=network.target
|
|||||||
[Service]
|
[Service]
|
||||||
User=%i
|
User=%i
|
||||||
Environment=STNORESTART=yes
|
Environment=STNORESTART=yes
|
||||||
ExecStart=/usr/bin/syncthing
|
ExecStart=/usr/bin/syncthing -no-browser -logflags=0
|
||||||
Restart=on-failure
|
Restart=on-failure
|
||||||
RestartPreventExitStatus=1
|
RestartPreventExitStatus=1
|
||||||
SuccessExitStatus=2
|
SuccessExitStatus=2
|
||||||
|
@ -5,7 +5,7 @@ After=network.target
|
|||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Environment=STNORESTART=yes
|
Environment=STNORESTART=yes
|
||||||
ExecStart=/usr/bin/syncthing
|
ExecStart=/usr/bin/syncthing -no-browser -logflags=0
|
||||||
Restart=on-failure
|
Restart=on-failure
|
||||||
RestartPreventExitStatus=1
|
RestartPreventExitStatus=1
|
||||||
SuccessExitStatus=2
|
SuccessExitStatus=2
|
||||||
|
Loading…
Reference in New Issue
Block a user