mirror of
https://github.com/awfufu/traudit
synced 2026-03-01 13:39:44 +08:00
feat: add release workflow and static build config
This commit is contained in:
12
traudit.service
Normal file
12
traudit.service
Normal file
@@ -0,0 +1,12 @@
|
||||
[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
|
||||
Reference in New Issue
Block a user