Browse Source
Merge pull request #110 from user1121114685/patch-1
fix debian user can not start tank bug
master
eyeblue
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
build/service/tank.service
|
|
|
@ -6,10 +6,10 @@ After=network.target |
|
|
|
|
|
|
|
[Service] |
|
|
|
Type=simple |
|
|
|
DynamicUser=yes |
|
|
|
#DynamicUser=yes |
|
|
|
ExecStart=/data/program/tank/tank |
|
|
|
Restart=always |
|
|
|
RestartSec=3 |
|
|
|
|
|
|
|
[Install] |
|
|
|
WantedBy=multi-user.target |
|
|
|
WantedBy=multi-user.target |
|
|
|
|