mirror of
https://github.com/myned/modufur.git
synced 2024-11-01 13:02:38 +00:00
11 lines
193 B
Desktop File
11 lines
193 B
Desktop File
[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
|