/lib/systemd/system/jabberd-sm.service is in jabberd2 2.4.0-3+deb9u1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 | [Unit]
Description=Jabber IM Session Manager
After=network.target
BindTo=jabberd.service
[Service]
User=jabber
ExecStart=/usr/sbin/jabberd2-sm -c /etc/jabberd2/sm.xml
[Install]
WantedBy=multi-user.target
|