mirror of
https://github.com/awfufu/traudit
synced 2026-03-01 05:29:44 +08:00
13 lines
211 B
Desktop File
13 lines
211 B
Desktop File
[Unit]
|
|
Description=Traudit Reverse Proxy
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=/usr/bin/traudit -f /etc/traudit/config.yaml
|
|
Restart=on-failure
|
|
RestartSec=5s
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|