aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/wayland/.config/systemd/user/physlock.service
blob: 0a8fed67114279b38de4411791324cf71c11b945 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[Unit]
Description=Lightweight linux console locking tool
OnSuccess=unlock.target
PartOf=lock.target
After=lock.target

[Service]
Type=forking
ExecStart=/usr/bin/physlock -dsm
Restart=on-failure
RestartSec=0

[Install]
WantedBy=lock.target