rand/www-apps/healthchecks/files/healthchecks-server.service
Martin Sekera 4bf6278ce0 Add www-apps/healthchecks and its dependencies:
www-apps/healthchecks
dev-python/statsd
dev-python/requests-oauthlib
dev-python/oauthlib
dev-python/fido2
dev-python/cron-descriptor
dev-python/apprise
2021-02-18 00:38:45 +01:00

23 lines
491 B
Desktop File

[Unit]
Description=Healthchecks.io application server
Requires=network-online.target
After=network-online.target
[Service]
User=healthchecks
Group=healthchecks
WorkingDirectory=/usr/share/healthchecks
PrivateDevices=true
ProtectHome=true
ProtectSystem=full
PrivateDevices=true
ProtectKernelTunables=true
ProtectControlGroups=true
ExecStart=/usr/bin/gunicorn --pythonpath . --bind 127.0.0.1:3004 --log-level debug hc.wsgi
Restart=always
RestartSec=20
[Install]
WantedBy=multi-user.target