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 2462 - (show annotations) (download)
Mon Sep 7 08:48:41 2015 UTC (8 years, 7 months ago) by niro
File size: 362 byte(s)
-fixed systemd service files
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 ConditionPathExists=!@@MCORE_CONFIG_PATH@@/serial
6
7 [Service]
8 Type=oneshot
9 ExecStart=@@BINDIR@@/mcore-register-client
10 RemainAfterExit=yes
11
12 [Install]
13 WantedBy=multi-user.target