mirror of
https://github.com/RWejlgaard/pez-infra.git
synced 2026-05-06 04:14:43 +00:00
17 lines
348 B
Desktop File
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
|