mirror of
https://github.com/brunofontes/linuxShortcuts.git
synced 2024-11-23 21:20:50 +00:00
Bruno Fontes
42344f98a5
Still not sure why I keep track of those changes, if I don't need them and do not care about proper handling them. Anyway, it is here if, some some reason I need it back.
12 lines
182 B
Desktop File
12 lines
182 B
Desktop File
[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
|