Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2750 - (show 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 [Unit]
2 Description=mCore Client Registration Daemon.
3 Wants=network-online.target mcored.service
4 After=syslog.target network-online.target local-fs.target nss-lookup.target mcored.service
5
6 [Service]
7 Type=oneshot
8 ExecStart=@@BINDIR@@/mcore-register-client
9 RemainAfterExit=yes
10
11 [Install]
12 WantedBy=multi-user.target