forked from cohabit/server_config
16 lines
341 B
SYSTEMD
16 lines
341 B
SYSTEMD
|
[Unit]
|
||
|
Description=Portofolio Server 1.1.1 service
|
||
|
Documentation=http://git.cohabit.fr/cohabit/portfolio_server
|
||
|
Wants=network-online.target
|
||
|
After=network-online.target
|
||
|
|
||
|
[Service]
|
||
|
Type=simple
|
||
|
User=deno
|
||
|
WorkingDirectory=/srv/portfolio
|
||
|
ExecStart=PORT=6363 /usr/local/bin/deno task serve
|
||
|
Restart=on-failure
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|