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