mirror of
https://github.com/brunofontes/linuxShortcuts.git
synced 2024-11-23 23:40:51 +00:00
12 lines
182 B
SYSTEMD
12 lines
182 B
SYSTEMD
|
[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
|