1
0
Fork 0
mirror of https://github.com/myned/watcher.git synced 2024-11-01 12:22:38 +00:00
watcher/watcher.service

12 lines
202 B
SYSTEMD
Raw Permalink Normal View History

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