mirror of
https://github.com/awfufu/traudit
synced 2026-03-01 13:39:44 +08:00
15 lines
302 B
Desktop File
15 lines
302 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
|
|
Restart=on-failure
|
|
RestartSec=5s
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|