pez-infra/ansible/services/systemd/helsinki-a/thiswebsitedoesnotexist.service
Rasmus Wejlgaard 737d6e0bc1 initial commit
2026-03-28 12:39:41 +00:00

17 lines
348 B
Desktop File

[Unit]
Description=This Website Does Not Exist
After=network.target
[Service]
Type=simple
User=root
WorkingDirectory=/opt/thiswebsitedoesnotexist
ExecStart=/usr/bin/node app.js
Restart=always
RestartSec=5
Environment=NODE_ENV=production
Environment=PORT=3721
EnvironmentFile=/opt/thiswebsitedoesnotexist/.env
[Install]
WantedBy=multi-user.target