1
0
Fork 0

edited service permission 2

This commit is contained in:
Sangbum Kim 2018-08-22 02:02:39 +09:00
parent 7c893ad06d
commit a8f6e77a41
1 changed files with 2 additions and 3 deletions

View File

@ -13,11 +13,10 @@ KillMode=process
Restart=on-failure Restart=on-failure
TimeoutStartSec=5 TimeoutStartSec=5
Type=forking Type=forking
PrivateDevices=yes #PrivateDevices=yes
PrivateTmp=yes PrivateTmp=yes
ProtectSystem=full ProtectSystem=full
ReadOnlyDirectories=/home/admin/service/bill_man ReadWriteDirectories=/home/admin/service/bill_man
ReadWriteDirectories=/home/admin/service/bill_man/log
ProtectHome=yes ProtectHome=yes
NoNewPrivileges=yes NoNewPrivileges=yes