mirror of
https://codeberg.org/bunbun/bunbun.dev
synced 2025-06-07 10:49:59 -07:00
added service
This commit is contained in:
13
bunbun.dev.service
Normal file
13
bunbun.dev.service
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
[Unit]
|
||||||
|
Description=
|
||||||
|
After=network.target
|
||||||
|
|
||||||
|
[Service]
|
||||||
|
Type=simple
|
||||||
|
ExecStart=/home/bunbun/bunbun.dev/start-server -l
|
||||||
|
WorkingDirectory=/home/bunbun/bunbun.dev
|
||||||
|
Restart=on-failure
|
||||||
|
User=bunbun
|
||||||
|
|
||||||
|
[Install]
|
||||||
|
WantedBy=default.target
|
Reference in New Issue
Block a user