Created
February 25, 2022 03:32
-
-
Save crabdancing/0fc9f18bc4620df9849a8d3e65596f80 to your computer and use it in GitHub Desktop.
This file contains 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 | |
ConditionPathExists=!/etc/ssh/sshd_not_to_be_run | |
[Service] | |
ExecStart=/usr/bin/xpra start :10 --start=xterm --daemon=no | |
Restart=always | |
Type=simple | |
User=pi | |
[Install] | |
WantedBy=multi-user.target |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment