From b71876eb459f55773ad3cb06eede0cfde93bf10c Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Sun, 1 Mar 2020 11:28:20 +0300 Subject: rename systemd units --- systemd/pull-cgit-repos.service | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 systemd/pull-cgit-repos.service (limited to 'systemd/pull-cgit-repos.service') diff --git a/systemd/pull-cgit-repos.service b/systemd/pull-cgit-repos.service deleted file mode 100644 index 1951247..0000000 --- a/systemd/pull-cgit-repos.service +++ /dev/null @@ -1,13 +0,0 @@ -# Adjust as you see fit. - -[Unit] -Description=Pull cgit repositories -Wants=ssh-agent.service - -[Service] -Type=simple -WorkingDirectory=%h/workspace/personal/cgit-repos -ExecStartPre=/usr/bin/truncate --size=0K -- %h/var/cgit-repos/pull-cgit-repos.log -ExecStart=/usr/bin/python3 -m pull.main --config %h/etc/cgit-repos/cgit-repos.conf -StandardOutput=file:%h/var/cgit-repos/pull-cgit-repos.log -StandardError=inherit -- cgit v1.2.3