소스 검색

[systemd] Update snap and sync to start after network

Colin Powell 1 년 전
부모
커밋
fa2ca24b97
2개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      systemd/.config/systemd/user/snapclient.service
  2. 1 0
      systemd/.config/systemd/user/syncthing.service

+ 1 - 0
systemd/.config/systemd/user/snapclient.service

@@ -1,5 +1,6 @@
 [Unit]
 Description=Snapclient
+After=network.target
 
 [Service]
 ExecStart=/usr/bin/snapclient -h snapcast.service

+ 1 - 0
systemd/.config/systemd/user/syncthing.service

@@ -1,6 +1,7 @@
 [Unit]
 Description=Syncthing - Open Source Continuous File Synchronization
 Documentation=man:syncthing(1)
+After=network.target
 
 [Service]
 ExecStart=/usr/bin/syncthing -no-browser -no-restart -logflags=0