15 lines
302 B
Plaintext
15 lines
302 B
Plaintext
[Unit]
|
|
Description=ModbusTcp Service
|
|
After=network.target
|
|
|
|
[Service]
|
|
ExecStart=/home/ie-entwicklung/salimax/ModbusTCP/dist/modbus_tcp_server
|
|
Restart=always
|
|
User=ie-entwicklung
|
|
Group=nogroup
|
|
StandardOutput=append:/var/log/ModbusTCPService.log
|
|
StandardError=inherit
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|