Merge pull request #110 from user1121114685/patch-1
fix debian user can not start tank bug
This commit is contained in:
@ -6,10 +6,10 @@ 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
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=multi-user.target
|
||||||
|
Reference in New Issue
Block a user