diff --git a/c9.service b/c9.service deleted file mode 100644 index 7e38582..0000000 --- a/c9.service +++ /dev/null @@ -1,26 +0,0 @@ -[Unit] -Description=cloud9 local IDE -After=network.target - -[Service] -Restart=on-abort -Type=simple -User=msfjarvis -WorkingDirectory=/home/msfjarvis -ExecStart=/usr/bin/node /etc/caddy/core/server.js -p 8080 -a : -w ~/ -ExecReload=/bin/kill -USR1 $MAINPID - -; Use graceful shutdown with a reasonable timeout -KillMode=mixed -KillSignal=SIGQUIT -TimeoutStopSec=5s - -; Use private /tmp and /var/tmp, which are discarded after caddy stops. -PrivateTmp=true -; Use a minimal /dev (May bring additional security if switched to 'true', but it may not work on Raspberry Pi's or other devices, so it has been disabled in this dist.) -PrivateDevices=false -; Make /usr, /boot, /etc and possibly some more folders read-only. -ProtectSystem=full - -[Install] -WantedBy=multi-user.target \ No newline at end of file diff --git a/caddy.service b/caddy.service deleted file mode 100644 index d13e79e..0000000 --- a/caddy.service +++ /dev/null @@ -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 \ No newline at end of file