mirror of
https://github.com/msfjarvis/server-config
synced 2025-08-16 07:57:01 +05:30
systemd: Configure security options
Signed-off-by: Harsh Shandilya <msfjarvis@gmail.com>
This commit is contained in:
parent
1f8a7183d4
commit
c9b2bf0ad8
4 changed files with 8 additions and 2 deletions
|
@ -12,6 +12,10 @@ User=caddy
|
|||
Group=caddy
|
||||
ExecStart=/usr/local/bin/daas
|
||||
Restart=always
|
||||
PrivateTmp=true
|
||||
PrivateDevices=true
|
||||
ProtectHome=true
|
||||
ProtectSystem=full
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue