aboutsummarylogtreecommitdiffstats
path: root/ntfy-notify-send-bridge.service
blob: c947c650c7507f78f031d3ce3fdfcfc4ddbe7c3f (plain)
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