Magellan Linux

Annotation of /mcore-src/trunk/mcore-tools/src/systemd/mcore-request-configuration.service.in

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2589 - (hide annotations) (download)
Thu Sep 17 15:04:27 2015 UTC (8 years, 7 months ago) by niro
File size: 403 byte(s)
-always restart the service after a failure
1 niro 2588 [Unit]
2     Description=mCore Client Configuration Request Daemon.
3     Wants=network-online.target mcored.service mcore-register-clients.service
4     After=syslog.target network-online.target local-fs.target nss-lookup.target mcored.service mcore-register-client.service
5    
6     [Service]
7     Type=oneshot
8     ExecStart=@@BINDIR@@/mcore-request-configuration
9     RemainAfterExit=yes
10 niro 2589 Restart=always
11 niro 2588
12     [Install]
13     WantedBy=multi-user.target