mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 19:52:06 +00:00
13 lines
211 B
Text
13 lines
211 B
Text
|
[Unit]
|
||
|
Description=FreePBX VoIP Server
|
||
|
After=mysql.service
|
||
|
|
||
|
[Service]
|
||
|
Type=oneshot
|
||
|
RemainAfterExit=yes
|
||
|
ExecStart=/usr/sbin/fwconsole start
|
||
|
ExecStop=/usr/sbin/fwconsole stop
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|