mirror of
https://github.com/msfjarvis/server-config
synced 2025-08-15 02:47:00 +05:30
13 lines
No EOL
251 B
Desktop File
13 lines
No EOL
251 B
Desktop File
[Unit]
|
|
Description=Jarvis-CI-Bot service
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
User=root
|
|
WorkingDirectory=/etc/caddy/core
|
|
ExecStart=/usr/bin/node /etc/caddy/core/server.js -p 8080 -a : -w ~/
|
|
Restart=on-abort
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target |