guestsession/lib/systemd/system/guest-session@.service
2022-11-26 00:33:17 +01:00

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