Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2490 - (hide annotations) (download)
Thu Sep 10 13:26:54 2015 UTC (8 years, 9 months ago) by niro
File size: 426 byte(s)
-run systemd services in silent mode
1 niro 2035 [Unit]
2 niro 2055 Description=mCore Client Configuration Daemon.
3 niro 2463 After=syslog.target network.target
4 niro 2462 Before=mcore-register-client.service
5 niro 2035
6     [Service]
7 niro 2138 PIDFile=@@RUNDIR@@/mcored.pid
8     EnvironmentFile=-@@CONFDDIR@@/mcored
9 niro 2490 Environment=SILENT=1
10 niro 2138 ExecStart=@@SBINDIR@@/sslsvd -U $SSL_USER -/ $CHROOT_DIR -Z $SSL_CERT -K $SSL_KEY $OPTS $LISTEN_IP $LISTEN_PORT @@SBINDIR@@/mcored
11 niro 2116 KillMode=process
12     Restart=always
13 niro 2035
14     [Install]
15     WantedBy=multi-user.target