mirror of
https://github.com/msfjarvis/server-config
synced 2025-08-15 08:37:01 +05:30
Move all services into their own domains
I've already seen the cons of running as root
This commit is contained in:
parent
5d37721607
commit
7da5de3c64
3 changed files with 6 additions and 6 deletions
|
@ -4,8 +4,8 @@ After=network.target
|
|||
|
||||
[Service]
|
||||
Type=simple
|
||||
User=root
|
||||
WorkingDirectory=/etc/caddy/core
|
||||
User=msfjarvis
|
||||
WorkingDirectory=/home/msfjarvis
|
||||
ExecStart=/usr/bin/node /etc/caddy/core/server.js -p 8080 -a : -w ~/
|
||||
Restart=on-abort
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue