[systemd] Update snap and sync to start after network
This commit is contained in:
@ -1,5 +1,6 @@
|
|||||||
[Unit]
|
[Unit]
|
||||||
Description=Snapclient
|
Description=Snapclient
|
||||||
|
After=network.target
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
ExecStart=/usr/bin/snapclient -h snapcast.service
|
ExecStart=/usr/bin/snapclient -h snapcast.service
|
||||||
|
|||||||
@ -1,6 +1,7 @@
|
|||||||
[Unit]
|
[Unit]
|
||||||
Description=Syncthing - Open Source Continuous File Synchronization
|
Description=Syncthing - Open Source Continuous File Synchronization
|
||||||
Documentation=man:syncthing(1)
|
Documentation=man:syncthing(1)
|
||||||
|
After=network.target
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
ExecStart=/usr/bin/syncthing -no-browser -no-restart -logflags=0
|
ExecStart=/usr/bin/syncthing -no-browser -no-restart -logflags=0
|
||||||
|
|||||||
Reference in New Issue
Block a user