Browse Source

fix debian user can not start tank bug

master
联盟少侠 5 years ago
committed by GitHub
parent
commit
8827c45df1
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