16 lines
298 B
Plaintext
16 lines
298 B
Plaintext
|
[Unit]
|
||
|
Description=Mitel SIP-DECT ICS (Integrated Conference Server)
|
||
|
After=syslog.target
|
||
|
After=network.target
|
||
|
Requires=sip-dect-omm.service
|
||
|
|
||
|
[Service]
|
||
|
RestartSec=2s
|
||
|
Type=forking
|
||
|
WorkingDirectory=/opt/SIP-DECT/
|
||
|
ExecStart=/opt/SIP-DECT/bin/ics -d
|
||
|
Restart=always
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|