17 lines
353 B
Desktop File
17 lines
353 B
Desktop File
[Unit]
|
|
Description=uptime-kuma
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
DynamicUser=yes
|
|
StateDirectory=uptime-kuma
|
|
WorkingDirectory=/app
|
|
RootDirectory=/opt/uptime-kuma
|
|
ReadWritePaths=+/app
|
|
ExecStartPre=!/bin/ln -sf /var/lib/uptime-kuma /app/data
|
|
ExecStart=/usr/local/bin/node server/server.js
|
|
Restart=on-failure
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|