1
0
Fork 0
mirror of https://github.com/myned/watcher.git synced 2025-01-19 05:05:18 +00:00
watcher/watcher.service

12 lines
202 B
SYSTEMD
Raw Normal View History

2023-03-06 21:10:05 -06:00
[Unit]
Description=Watcher
Requires=default.target
After=default.target
[Service]
WorkingDirectory=/home/user/.git/Watcher
2023-03-06 21:10:05 -06:00
ExecStart=poetry run python -OO run.py >&2
[Install]
WantedBy=default.target