overseer/build/etc/overseer.service
Gregory Ballantine ff92316e1e
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/tag/woodpecker Pipeline was successful
Updated the systemd unit file to load the proper config file
2022-11-04 18:17:29 -04:00

12 lines
222 B
Desktop File

[Unit]
Description=Overseer inventory tracking app
[Service]
User=overseer
Group=overseer
Environment="NODE_CONFIG_DIR=/etc/overseer"
ExecStart=/usr/bin/overseer
SuccessExitStatus=143
[Install]
WantedBy=multi-user.target