blob: a6110c29e13d545f24d0d984c98e9e261f7cec87 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
[Unit]
Description=s6-utmps secure UTMP service
Documentation=https://www.skarnet.org/software/utmps/
Before=systemd-update-utmp.service systemd-logind.service
[Service]
Type=exec
RuntimeDirectory=utmps
RuntimeDirectoryPreserve=yes
WorkingDirectory=-/run/utmps
ExecStart=/bin/s6-ipcserver -1 -- .utmpd-socket /bin/utmps-utmpd
User=utmp
Group=utmp
[Install]
WantedBy=basic.target
RequiredBy=multi-user.target systemd-logind.service
|