refactor: move website service to server_config repo

This commit is contained in:
Julien Oculi 2024-06-06 16:01:57 +02:00
parent 1ee9467e77
commit 68b758e9af

View file

@ -1,15 +0,0 @@
[Unit]
Description=Website Deno 1.1.1 service
Documentation=http://deno.land
Wants=network-online.target
After=network-online.target
[Service]
Type=simple
User=deno
WorkingDirectory=/srv/www
ExecStart=/usr/local/bin/deno task prod
Restart=on-failure
[Install]
WantedBy=multi-user.target