mirror of
https://github.com/edu4rdshl/nspawn-utils.git
synced 2026-07-17 23:24:53 +00:00
13 lines
342 B
Desktop File
13 lines
342 B
Desktop File
# /etc/systemd/system/nspawn-generate-list.service
|
|
[Unit]
|
|
Description=Generate list of available machines for hub.nspawn.org
|
|
|
|
[Service]
|
|
Type=simple
|
|
WorkingDirectory=/var/www/html/storage
|
|
Restart=always
|
|
RestartSec=10
|
|
ExecStart=/usr/bin/bash -c "nspawn-list-generator static && nspawn-list-generator website"
|
|
|
|
[Install]
|
|
WantedBy=default.target
|