Magellan Linux

Annotation of /tags/citrix-plugin-speechmike-0_4_1/dpmmountd.service.in

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2080 - (hide annotations) (download)
Fri Mar 22 09:57:39 2013 UTC (11 years, 1 month ago) by niro
Original Path: trunk/citrix-plugin-speechmike/dpmmountd.service.in
File size: 211 byte(s)
-Initial version of the speechmike plugin
1 niro 2080 [Unit]
2     Description=DPMMount Daemon.
3     After=syslog.target network.target
4    
5     [Service]
6     ExecStart=@@SBINDIR@@/DPMMountd -m 2 -l @@DPMTEMPDIR@@
7     ExecReload=/bin/kill -HUP $MAINPID
8    
9     [Install]
10     WantedBy=multi-user.target
11