From 9c863eb06c74433f73a1fe57d035ee61251f6696 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Tue, 3 Jul 2018 02:04:41 +0300 Subject: rename systemd jobs --- %HOME%/.config/systemd/user/pull.service | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 %HOME%/.config/systemd/user/pull.service (limited to '%HOME%/.config/systemd/user/pull.service') diff --git a/%HOME%/.config/systemd/user/pull.service b/%HOME%/.config/systemd/user/pull.service deleted file mode 100644 index 6970520..0000000 --- a/%HOME%/.config/systemd/user/pull.service +++ /dev/null @@ -1,11 +0,0 @@ -[Unit] -Description=Run pull.sh -Wants=ssh-agent.service - -[Service] -Type=simple -WorkingDirectory=/srv/git -ExecStartPre=/usr/bin/truncate --size=0K -- /srv/git/pull.log -ExecStart=/srv/git/pull.sh -StandardOutput=file:/srv/git/pull.log -StandardError=inherit -- cgit v1.2.3