Skip to content

Instantly share code, notes, and snippets.

@Waltibaba
Created February 14, 2017 16:04
Show Gist options
  • Save Waltibaba/37f54b21eceeaea86b098189395c771c to your computer and use it in GitHub Desktop.
Save Waltibaba/37f54b21eceeaea86b098189395c771c to your computer and use it in GitHub Desktop.
systemd graphical script/prog
[Unit]
Description="graphical application"
JobTimeoutSec=60
AssertPathExists=/home/USERNAME
[Service]
WorkingDirectory=/home/USERNAME
Environment=XAUTHORITY=/home/USERNAME/.Xauthority
Environment=DISPLAY=:0
Type=forking
ExecStart=/usr/bin/xclock
Nice=0
[Install]
WantedBy=multi-user.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment