1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
# /usr/lib/systemd/user/ntfy-notify-send-bridge.service [Unit] Description=ntfy-notify-send bridge for desktop notifications After=network.target [Service] # Execute the Python script ExecStart=/usr/bin/env python3 /usr/bin/ntfy-notify-send-bridge.py # Standard user environment settings StandardOutput=journal StandardError=journal [Install] WantedBy=default.target