File: jabberd-s2s.service.in

package info (click to toggle)
jabberd2 2.7.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 4,016 kB
  • sloc: ansic: 37,099; sh: 1,108; perl: 656; xml: 561; makefile: 511; python: 238; ruby: 145; sql: 55
file content (13 lines) | stat: -rw-r--r-- 294 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description=Jabber Server To Server Connector
Requires=jabberd-router.service
After=network.target jabberd-router.service
BindsTo=jabberd.service

[Service]
User=jabber
ExecStart=@bindir@/@jabberd_s2s_bin@ -c @sysconfdir@/s2s.xml
Restart=on-failure

[Install]
WantedBy=multi-user.target