Browse Source

update systemd

bigeagle 11 years ago
parent
commit
6e667b8a03
1 changed files with 1 additions and 1 deletions
  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
 After = network.target
 
 
 [Service]
 [Service]
-Type=simple
+Type=oneshot
 ExecStart=/home/tuna/.virtualenvs/tunasync/bin/python -u /home/tuna/tunasync/tunasync_snapshot_gc.py -c /etc/tunasync.ini
 ExecStart=/home/tuna/.virtualenvs/tunasync/bin/python -u /home/tuna/tunasync/tunasync_snapshot_gc.py -c /etc/tunasync.ini
 
 
 [Install]
 [Install]