Created
June 14, 2020 16:09
-
-
Save JohnKDay/d3b0e9abc8ba2703018fe05b6f89ff38 to your computer and use it in GitHub Desktop.
Startup for xpra service
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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