webhookey/debian/service

18 lines
384 B
Text
Raw Normal View History

2021-03-17 11:21:53 +01:00
[Unit]
Description=Webhookey
After=syslog.target
After=network.target
[Service]
RestartSec=2s
Type=simple
User=%u
Group=%g
ExecStart=webhookey
2021-03-17 11:21:53 +01:00
Restart=always
Environment=ROCKET_ADDRESS=127.0.0.1 ROCKET_PORT=8000 RUST_LOG=info
# Environment=ROCKET_ADDRESS=127.0.0.1 ROCKET_PORT=8000 ROCKET_TLS={certs="/path/to/certs.pem",key="/path/to/key.pem"}
2021-03-17 11:21:53 +01:00
[Install]
WantedBy=multi-user.target