aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/systemd/cgit-repos.service
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2021-03-27 23:17:14 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2021-03-29 00:45:48 +0300
commit5a792fee1335ea60ca6930dddb6080bcf869213d (patch)
treefa084df3b07301fd72c8c210fbf9b23e90df0f53 /systemd/cgit-repos.service
parentrename the project to "cgitize" (diff)
downloadcgitize-5a792fee1335ea60ca6930dddb6080bcf869213d.tar.gz
cgitize-5a792fee1335ea60ca6930dddb6080bcf869213d.zip
further renaming work
Diffstat (limited to 'systemd/cgit-repos.service')
-rw-r--r--systemd/cgit-repos.service13
1 files changed, 0 insertions, 13 deletions
diff --git a/systemd/cgit-repos.service b/systemd/cgit-repos.service
deleted file mode 100644
index 12793d9..0000000
--- a/systemd/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/cgit-repos.log
-ExecStart=/usr/bin/python3 -m cgit.repos.main --config %h/etc/cgit-repos/cgit-repos.conf
-StandardOutput=file:%h/var/cgit-repos/cgit-repos.log
-StandardError=inherit