Update examples
This commit is contained in:
18
docs/systemd/konduit.service
Normal file
18
docs/systemd/konduit.service
Normal file
@@ -0,0 +1,18 @@
|
||||
[Unit]
|
||||
Description=Konduit Client
|
||||
After=network.target
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
User=root
|
||||
WorkingDirectory=/opt/konduit
|
||||
ExecStart=/opt/konduit/konduit -c /opt/konduit/client.toml
|
||||
Restart=on-failure
|
||||
RestartSec=5
|
||||
|
||||
# Optional hardening
|
||||
NoNewPrivileges=true
|
||||
PrivateTmp=true
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
Reference in New Issue
Block a user