mirror of
https://codeberg.org/bunbun/bunbun.dev
synced 2025-01-22 04:34:29 -08:00
14 lines
221 B
Desktop File
14 lines
221 B
Desktop File
[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
|