aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/systemd/cgitize.service
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2021-07-31 10:16:38 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2021-07-31 10:17:44 +0300
commit9181b3a021acc7585cb6f9f20da6accfce0015e0 (patch)
tree0fcb4d5a99be02ac7a934817491f50d0d32d757d /systemd/cgitize.service
parentadd some unit tests (diff)
downloadcgitize-9181b3a021acc7585cb6f9f20da6accfce0015e0.tar.gz
cgitize-9181b3a021acc7585cb6f9f20da6accfce0015e0.zip
merge my_repos.py to the config
The config is also in the TOML format now. It's a bit messy for the moment, but I'll fix it.
Diffstat (limited to '')
-rw-r--r--systemd/cgitize.service2
1 files changed, 1 insertions, 1 deletions
diff --git a/systemd/cgitize.service b/systemd/cgitize.service
index 0b517fc..c53ee7a 100644
--- a/systemd/cgitize.service
+++ b/systemd/cgitize.service
@@ -8,6 +8,6 @@ Wants=ssh-agent.service
Type=simple
WorkingDirectory=%h/workspace/personal/cgitize
ExecStartPre=/usr/bin/truncate --size=0K -- %h/var/cgitize/cgitize.log
-ExecStart=/usr/bin/python3 -m cgitize.main --config %h/etc/cgitize/cgitize.conf
+ExecStart=/usr/bin/python3 -m cgitize.main --config %h/etc/cgitize/cgitize.toml
StandardOutput=file:%h/var/cgitize/cgitize.log
StandardError=inherit