blob: 62b4a1d5db89fc0af1a65d0066e24562d07b6376 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
[Unit]
Description=Usermin
[Service]
Type=oneshot
RemainAfterExit=yes
ExecStart=/etc/usermin/start
ExecStop=/etc/usermin/stop
ExecReload=/etc/usermin/reload
[Install]
WantedBy=multi-user.target
|