bump major to 5.2
[myplc.git] / plc.service
1 [Unit]
2 Description=PLC Service
3 After=syslog.target network.target
4
5 [Service]
6 Type=forking
7 ExecStart=/etc/init.d/plc start
8 ExecStop=/etc/init.d/plc stop
9 ExecReload=/etc/init.d/plc reload
10 TimeoutSec=300
11
12 [Install]
13 WantedBy=multi-user.target