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

Add systemd user service file

This commit is contained in:
Myned 2023-03-06 21:10:05 -06:00
parent 669a1a9219
commit 93ee34c49d
No known key found for this signature in database
GPG key ID: 28056631D2CF6B1B

11
watcher.service Normal file
View file

@ -0,0 +1,11 @@
[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