aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/%HOME%/.config/systemd/user/pull-cgit-repos.service
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--%HOME%/.config/systemd/user/pull-cgit-repos.service11
1 files changed, 0 insertions, 11 deletions
diff --git a/%HOME%/.config/systemd/user/pull-cgit-repos.service b/%HOME%/.config/systemd/user/pull-cgit-repos.service
deleted file mode 100644
index 838afec..0000000
--- a/%HOME%/.config/systemd/user/pull-cgit-repos.service
+++ /dev/null
@@ -1,11 +0,0 @@
-[Unit]
-Description=Pull cgit repositories
-Wants=ssh-agent.service
-
-[Service]
-Type=simple
-WorkingDirectory=/srv/cgit-repos
-ExecStartPre=/usr/bin/truncate --size=0K -- /srv/cgit-repos/pull.log
-ExecStart=/srv/cgit-repos/pull.sh
-StandardOutput=file:/srv/cgit-repos/pull.log
-StandardError=inherit