refactor: move website
service to server_config repo
This commit is contained in:
parent
1ee9467e77
commit
68b758e9af
|
@ -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
|
|
Loading…
Reference in a new issue