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. 4
      build/service/tank.service

4
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

Loading…
Cancel
Save