Files
trojanZ/trojan-master/asset/trojan-web.service
T
2026-07-26 00:09:57 +08:00

15 lines
383 B
Desktop File

[Unit]
Description=trojan-web
Documentation=https://github.com/Jrohy/trojan
After=network.target network-online.target nss-lookup.target mysql.service mariadb.service mysqld.service docker.service
[Service]
Type=simple
StandardError=journal
ExecStart=/usr/local/bin/trojan web
ExecReload=/bin/kill -HUP $MAINPID
Restart=on-failure
RestartSec=3s
[Install]
WantedBy=multi-user.target