From 6e667b8a03b4ca28c84e9bd0ec730b1c313fa9e6 Mon Sep 17 00:00:00 2001 From: bigeagle Date: Sun, 19 Oct 2014 00:43:07 +0800 Subject: [PATCH] update systemd --- systemd/tunasync-snapshot-gc.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systemd/tunasync-snapshot-gc.service b/systemd/tunasync-snapshot-gc.service index 21a25fe..0dc3f91 100644 --- a/systemd/tunasync-snapshot-gc.service +++ b/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]