소스 검색

update systemd

bigeagle 11 년 전
부모
커밋
6e667b8a03
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      systemd/tunasync-snapshot-gc.service

+ 1 - 1
systemd/tunasync-snapshot-gc.service

@@ -4,7 +4,7 @@ Requires = network.target
 After = network.target
 
 [Service]
-Type=simple
+Type=oneshot
 ExecStart=/home/tuna/.virtualenvs/tunasync/bin/python -u /home/tuna/tunasync/tunasync_snapshot_gc.py -c /etc/tunasync.ini
 
 [Install]