This repository has been archived on 2025-06-02. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
Os/root-fs/etc/systemd/system/harrogate.service

13 lines
278 B
Desktop File

[Unit]
After=multi-user.target
[Service]
ExecStart=/usr/bin/node /var/0s/source/harrogate/server.js
WorkingDirectory=/var/0s/source/harrogate
# Explicitly state root as user to ensure that HOME is set
User=root
Restart=always
RestartSec=3
[Install]
WantedBy=multi-user.target