16 lines
289 B
SYSTEMD
16 lines
289 B
SYSTEMD
|
[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
|