initial commit
This commit is contained in:
12
notify-forwarder.service
Normal file
12
notify-forwarder.service
Normal file
@@ -0,0 +1,12 @@
|
||||
[Unit]
|
||||
Description=GNOME Notification Forwarder to Bark
|
||||
After=graphical-session.target
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
ExecStart=/usr/bin/python3 %h/Documents/notify-forwarder/notify_forwarder.py
|
||||
Restart=on-failure
|
||||
RestartSec=5
|
||||
|
||||
[Install]
|
||||
WantedBy=default.target
|
||||
Reference in New Issue
Block a user