mirror of
https://github.com/neongamerbot-qk/hackclub-nest
synced 2025-05-06 13:43:07 +00:00
feat(main): init
commit may contain secret info, or not follow .gitignore
This commit is contained in:
commit
5271a138c3
37 changed files with 1528 additions and 0 deletions
32
.config/systemd/user/caddy.service
Normal file
32
.config/systemd/user/caddy.service
Normal file
|
@ -0,0 +1,32 @@
|
|||
# caddy.service
|
||||
#
|
||||
# For using Caddy with a config file.
|
||||
#
|
||||
# Make sure the ExecStart and ExecReload commands are correct
|
||||
# for your installation.
|
||||
#
|
||||
# See https://caddyserver.com/docs/install for instructions.
|
||||
#
|
||||
# WARNING: This service does not use the --resume flag, so if you
|
||||
# use the API to make changes, they will be overwritten by the
|
||||
# Caddyfile next time the service is restarted. If you intend to
|
||||
# use Caddy's API to configure it, add the --resume flag to the
|
||||
# `caddy run` command or use the caddy-api.service file instead.
|
||||
|
||||
[Unit]
|
||||
Description=Caddy
|
||||
Documentation=https://caddyserver.com/docs/
|
||||
After=network.target
|
||||
|
||||
[Service]
|
||||
Type=notify
|
||||
ExecStart=/usr/bin/caddy run --environ --config %h/Caddyfile
|
||||
ExecReload=/usr/bin/caddy reload --config %h/Caddyfile --force
|
||||
TimeoutStopSec=5s
|
||||
LimitNOFILE=1048576
|
||||
PrivateTmp=true
|
||||
ProtectSystem=full
|
||||
UMask=0
|
||||
|
||||
[Install]
|
||||
WantedBy=default.target
|
1
.config/systemd/user/default.target.wants/caddy.service
Symbolic link
1
.config/systemd/user/default.target.wants/caddy.service
Symbolic link
|
@ -0,0 +1 @@
|
|||
/home/neon/.config/systemd/user/caddy.service
|
Loading…
Add table
Add a link
Reference in a new issue