11 lines
274 B
SYSTEMD
11 lines
274 B
SYSTEMD
|
[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
|