mirror of
https://github.com/myned/watcher.git
synced 2024-11-01 20:22:38 +00:00
12 lines
193 B
SYSTEMD
12 lines
193 B
SYSTEMD
|
[Unit]
|
||
|
Description=Watcher
|
||
|
Requires=default.target
|
||
|
After=default.target
|
||
|
|
||
|
[Service]
|
||
|
WorkingDirectory=~/.git/Watcher
|
||
|
ExecStart=poetry run python -OO run.py >&2
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=default.target
|