13 lines
254 B
Desktop File
13 lines
254 B
Desktop File
[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
|