10 lines
274 B
Desktop File
10 lines
274 B
Desktop File
[Unit]
|
|
Description=Create guest-user (%i) and activate volatile $HOME for it
|
|
|
|
[Service]
|
|
RemainAfterExit=true
|
|
ExecStart=/usr/lib/systemd/scripts/guest-session.sh create "%I"
|
|
ExecStop=/usr/lib/systemd/scripts/guest-session.sh delete "%I"
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|