fork of capisuite (https://github.com/larsimmisch/capisuite) with some fixes to make it build on modern Linux
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
502 B
18 lines
502 B
[Unit]
|
|
Description=capi suite (answering machine)
|
|
|
|
# In real life, this unit needs to be started after the capi implementation has started, but this is wildly different
|
|
# between installations.
|
|
# In my case, it is:
|
|
# After=network.target mISDNcapid.service
|
|
# See https://gist.github.com/larsimmisch/62bb9affe6032eeb7a687f6870c10416 for an example of the mISDNcapid service definition
|
|
|
|
After=network.target
|
|
|
|
[Service]
|
|
ExecStart=@sbindir@/capisuite
|
|
Restart=always
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
|
|
|