systemd fix
This commit is contained in:
parent
5e8ae5d635
commit
195c6a5e0c
|
@ -4,5 +4,5 @@ After=network-online.target
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
WorkingDirectory=%h
|
WorkingDirectory=%h
|
||||||
ExecStart=.cargo/bin/Plenum-Bot -f .config/Plenum-Bot.sqlite
|
ExecStart=%h/.cargo/bin/Plenum-Bot -f %h/.config/Plenum-Bot.sqlite
|
||||||
Type=simple
|
Type=simple
|
Loading…
Reference in a new issue