mirror of
https://github.com/msfjarvis/server-config
synced 2025-08-14 21:07:00 +05:30
Remove unused units
Signed-off-by: Harsh Shandilya <msfjarvis@gmail.com>
This commit is contained in:
parent
4d36c57d38
commit
0c0361b8a8
2 changed files with 0 additions and 48 deletions
|
@ -1,22 +0,0 @@
|
|||
[Unit]
|
||||
Description=Caddy webserver service
|
||||
After=network.target
|
||||
|
||||
[Service]
|
||||
Restart=on-abort
|
||||
Type=simple
|
||||
User=caddy
|
||||
WorkingDirectory=/etc/caddy
|
||||
|
||||
ExecStart=/usr/local/bin/caddy -log stdout -agree=true -conf=/etc/caddy/Caddyfile
|
||||
ExecReload=/bin/kill -USR1 $MAINPID
|
||||
|
||||
KillMode=mixed
|
||||
KillSignal=SIGQUIT
|
||||
TimeoutStopSec=5s
|
||||
|
||||
LimitNOFILE=1048576
|
||||
LimitNPROC=512
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
Loading…
Add table
Add a link
Reference in a new issue