blob: a86eb3dba4d053aa1b456a8e02d718eff05868db (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
[Unit]
Description=Concord 232 Server
After=network.target
[Service]
Restart=on-failure
User=concord232
Group=concord232
EnvironmentFile=/etc/conf.d/concord232
ExecStart=/usr/bin/concord232_server \
--serial ${CONCORD232_SERIAL_DEV} \
--listen ${CONCORD232_LISTEN_ADDR} \
--port ${CONCORD232_LISTEN_PORT} \
--log ${CONCORD232_LOG_FILE}
[Install]
WantedBy=multi-user.target
|