kopia lustrzana https://github.com/tmsmr/xmpp-webhook
13 wiersze
207 B
INI
13 wiersze
207 B
INI
![]() |
[Unit]
|
||
|
Description=XMPP-Webhook
|
||
|
After=network.target
|
||
|
|
||
|
[Service]
|
||
|
EnvironmentFile=/etc/xmpp-webhook.env
|
||
|
ExecStart=/usr/local/bin/xmpp-webhook
|
||
|
Restart=always
|
||
|
RestartSec=30
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|