12 lines
667 B
Desktop File
12 lines
667 B
Desktop File
|
|
[Unit]
|
||
|
|
Description=Deploy quixzoom.com files
|
||
|
|
After=network.target
|
||
|
|
|
||
|
|
[Service]
|
||
|
|
Type=oneshot
|
||
|
|
User=root
|
||
|
|
ExecStart=/bin/bash -c 'cp /home/bernt/.openclaw/workspace/quixzoom-index.html /var/www/quixzoom.com/index.html && cp /home/bernt/.openclaw/workspace/quixzoom-landing-fixed/locale-data.js /var/www/quixzoom.com/locale-data.js && cp /home/bernt/.openclaw/workspace/quixzoom-shop/notify-registration.php /var/www/quixzoom.com/notify-registration.php && chown -R www-data:www-data /var/www/quixzoom.com && chmod 644 /var/www/quixzoom.com/index.html /var/www/quixzoom.com/locale-data.js /var/www/quixzoom.com/notify-registration.php'
|
||
|
|
|
||
|
|
[Install]
|
||
|
|
WantedBy=multi-user.target
|