24 lines
444 B
Desktop File
24 lines
444 B
Desktop File
[Unit]
|
|
Description=ICE Watch Michigan - Community Safety Tool
|
|
After=network.target
|
|
Wants=network.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
User=icewatch
|
|
Group=icewatch
|
|
WorkingDirectory=/opt/icewatch
|
|
ExecStart=/usr/bin/node server.js
|
|
Restart=always
|
|
RestartSec=5
|
|
Environment=NODE_ENV=production
|
|
|
|
# Security settings
|
|
NoNewPrivileges=true
|
|
PrivateTmp=true
|
|
ProtectSystem=strict
|
|
ProtectHome=true
|
|
ReadWritePaths=/opt/icewatch
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|