1
0
Fork 0
mirror of https://github.com/myned/watcher.git synced 2024-12-24 13:07:28 +00:00
watcher/watcher.service

11 lines
202 B
Desktop File

[Unit]
Description=Watcher
Requires=default.target
After=default.target
[Service]
WorkingDirectory=/home/user/.git/Watcher
ExecStart=poetry run python -OO run.py >&2
[Install]
WantedBy=default.target