Magellan Linux

Annotation of /mcore-src/trunk/mcore-tools/src/systemd/mcore-register-client.service.in

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2750 - (hide annotations) (download)
Fri Jan 29 13:42:12 2016 UTC (8 years, 3 months ago) by niro
File size: 312 byte(s)
-always register the client to the control-server
1 niro 2450 [Unit]
2     Description=mCore Client Registration Daemon.
3 niro 2462 Wants=network-online.target mcored.service
4     After=syslog.target network-online.target local-fs.target nss-lookup.target mcored.service
5 niro 2450
6     [Service]
7     Type=oneshot
8     ExecStart=@@BINDIR@@/mcore-register-client
9     RemainAfterExit=yes
10 niro 2462
11     [Install]
12     WantedBy=multi-user.target