You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
256 B

[Unit]
Description=Runs the birdtray process.
After=network.target
[Service]
ExecStart=/run/current-system/sw/bin/birdtray
Restart=always
RestartSec=10
Environment=DISPLAY=:0
StandardOutput=syslog
StandardError=syslog
[Install]
WantedBy=default.target