2021-10-03 23:20:32 +00:00
|
|
|
[Unit]
|
|
|
|
Description=factorio-matrix bridge
|
2021-10-04 01:55:25 +00:00
|
|
|
#Requires=factorio.service
|
|
|
|
#After=factorio.service
|
2021-10-03 23:20:32 +00:00
|
|
|
|
|
|
|
[Service]
|
|
|
|
ExecStart=/opt/factorio-bridge/factorio_bridge.exe -config /opt/factorio-bridge/bridge.conf
|
|
|
|
RestartSec=5s
|
|
|
|
StandardInput=socket
|
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=default.target
|