Magellan Linux

Annotation of /mcore-src/trunk/mcore-tools/daemon/client/mcored.service

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2055 - (hide annotations) (download)
Wed May 8 11:35:40 2013 UTC (11 years ago) by niro
File size: 325 byte(s)
-fixed some typoes
1 niro 2035 [Unit]
2 niro 2055 Description=mCore Client Configuration Daemon.
3 niro 2035 After=syslog.target network.target
4    
5     [Service]
6     PIDFile=/run/mcored.pid
7 niro 2055 EnvironmentFile=-/etc/conf.d/mcored
8 niro 2035 ExecStart=/usr/sbin/sslsvd -U $SSL_USER -/ $CHROOT_DIR -Z $SSL_CERT -K $SSL_KEY $OPTS $LISTEN_IP $LISTEN_PORT /usr/sbin/mcored
9    
10     [Install]
11     WantedBy=multi-user.target