From 9181b3a021acc7585cb6f9f20da6accfce0015e0 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Sat, 31 Jul 2021 10:16:38 +0300 Subject: 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. --- systemd/cgitize.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'systemd') 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 -- cgit v1.2.3