Annotation of /trunk/remserial/remserial.service
Parent Directory | Revision Log
Revision 1958 -
(hide annotations)
(download)
Fri Nov 16 14:29:37 2012 UTC (11 years, 11 months ago) by niro
File size: 299 byte(s)
Fri Nov 16 14:29:37 2012 UTC (11 years, 11 months ago) by niro
File size: 299 byte(s)
-added Type=forking
1 | niro | 1957 | [Unit] |
2 | Description=Remote Serial Daemon | ||
3 | After=syslog.target network.target | ||
4 | |||
5 | [Service] | ||
6 | niro | 1958 | Type=forking |
7 | niro | 1957 | EnvironmentFile=-/etc/conf.d/remserial |
8 | PIDFile=/run/remserial.pid | ||
9 | ExecStart=/usr/bin/remserial -r $REMOTE_HOST -p $REMOTE_PORT -s $STTY_OPTS $EXTRA_OPTS $DEVICE | ||
10 | |||
11 | [Install] | ||
12 | WantedBy=multi-user.target | ||
13 |