2024-06-04 15:39:43 +02:00
|
|
|
[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
|
2024-06-04 17:16:51 +02:00
|
|
|
Environment=PORT=6363
|
|
|
|
ExecStart=/usr/local/bin/deno task serve
|
2024-06-04 15:39:43 +02:00
|
|
|
Restart=on-failure
|
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|