mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 19:52:06 +00:00
13 lines
281 B
Text
13 lines
281 B
Text
|
[Unit]
|
||
|
Description=Provides the OLPC laptop identity service
|
||
|
After=syslog.target network.target local-fs.target
|
||
|
|
||
|
[Service]
|
||
|
Type=forking
|
||
|
PIDFile=/var/run/idmgr.pid
|
||
|
ExecStart=/usr/libexec/idmgr.init start
|
||
|
ExecStop=/usr/libexec/idmgr.init stop
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|