mirror of
https://github.com/awfufu/traudit
synced 2026-03-01 05:29:44 +08:00
18 lines
414 B
Desktop File
18 lines
414 B
Desktop File
[Unit]
|
|
Description=Traudit Reverse Proxy (https://github.com/awfufu/traudit)
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=notify
|
|
RuntimeDirectory=traudit
|
|
WorkingDirectory=/run/traudit
|
|
ExecStart=/usr/bin/traudit -f /etc/traudit/config.yaml
|
|
ExecReload=/usr/bin/traudit -f /etc/traudit/config.yaml -t
|
|
ExecReload=/bin/kill -HUP $MAINPID
|
|
KillSignal=SIGINT
|
|
Restart=on-failure
|
|
RestartSec=5s
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|