summarylogtreecommitdiffstats
path: root/metronome.service
blob: 03461328550b28ea7e437b59b0dd02ce864b4b80 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=Instant Messaging (XMPP) Server
After=network.target

[Service]
Type=forking
PIDFile=/run/metronome/metronome.pid
ExecStart=/usr/bin/metronomectl start
ExecStop=/usr/bin/metronomectl stop

[Install]
WantedBy=multi-user.target