mirror of
https://github.com/simbelmas/gotify-dunst.git
synced 2026-01-26 14:46:28 +01:00
Add Installation
This commit is contained in:
12
gotify-dunst.service
Normal file
12
gotify-dunst.service
Normal file
@@ -0,0 +1,12 @@
|
||||
[Unit]
|
||||
Description=Gotify-Dunst
|
||||
After=network.target
|
||||
|
||||
[Service]
|
||||
User=<user>
|
||||
WorkingDirectory=<your-path>/gotify-dunst/
|
||||
ExecStart=<your-path>/gotify-dunst/.env/bin/python main.py
|
||||
Restart=always
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
Reference in New Issue
Block a user