Skip to content

Instantly share code, notes, and snippets.

@JohnKDay
Created June 14, 2020 16:09
Show Gist options
  • Save JohnKDay/d3b0e9abc8ba2703018fe05b6f89ff38 to your computer and use it in GitHub Desktop.
Save JohnKDay/d3b0e9abc8ba2703018fe05b6f89ff38 to your computer and use it in GitHub Desktop.
Startup for xpra service
[Unit]
Description=xpra display
[Service]
Type=simple
User=%i
EnvironmentFile=/etc/conf.d/xpra
ExecStart=/usr/bin/xpra --no-daemon start ${%i}
[Install]
WantedBy=multi-user.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment