mirror of
https://github.com/myned/modufur.git
synced 2024-11-01 13:02:38 +00:00
Add systemd user service file
This commit is contained in:
parent
1cf5bcca1a
commit
5eac25bf1a
1 changed files with 11 additions and 0 deletions
11
modufur.service
Normal file
11
modufur.service
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
[Unit]
|
||||||
|
Description=Modufur
|
||||||
|
Requires=default.target
|
||||||
|
After=default.target
|
||||||
|
|
||||||
|
[Service]
|
||||||
|
WorkingDirectory=~/.git/Modufur
|
||||||
|
ExecStart=poetry run python -OO run.py >&2
|
||||||
|
|
||||||
|
[Install]
|
||||||
|
WantedBy=default.target
|
Loading…
Reference in a new issue