1 changed files with 15 additions and 0 deletions
@ -0,0 +1,15 @@ |
|||
[Unit] |
|||
Description=EyeblueTank |
|||
Documentation=https://tank-doc.eyeblue.cn |
|||
Wants=network.target |
|||
After=network.target |
|||
|
|||
[Service] |
|||
Type=simple |
|||
DynamicUser=yes |
|||
ExecStart=/data/program/tank/tank |
|||
Restart=always |
|||
RestartSec=3 |
|||
|
|||
[Install] |
|||
WantedBy=multi-user.target |
|||
Loading…
Reference in new issue