02464110e220cf4ba6e1a7c73b4a0c870c8d32ee
[myplc.git] / plc.service
1 [Unit]
2 Description=PLC Service
3 After=network.target
4
5 [Service]
6 Type=simple
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