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
parent
commit
c518c0c1e6
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      build/service/tank.service

2
build/service/tank.service

@ -6,7 +6,7 @@ After=network.target
[Service] [Service]
Type=simple Type=simple
DynamicUser=yes #DynamicUser=yes
ExecStart=/data/program/tank/tank ExecStart=/data/program/tank/tank
Restart=always Restart=always
RestartSec=3 RestartSec=3

Loading…
Cancel
Save