Files
dot-files/systemd/user/mastpysystray.service
klein panic 2bcc806b8b first commit
2024-09-29 01:05:25 -04:00

14 lines
259 B
Desktop File

[Unit]
Description=MastPySystray Service for XORG or WAYLAND
After=default.target
[Service]
Type=simple
ExecStart=/usr/local/bin/mastpysystray
Restart=on-failure
Environment=DISPLAY=:0
Environment=XAUTHORITY=%h/.Xauthority
[Install]
WantedBy=default.target