Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update the packaging to install Hindsight as a service #161

Open
trink opened this issue Mar 14, 2018 · 1 comment
Open

Update the packaging to install Hindsight as a service #161

trink opened this issue Mar 14, 2018 · 1 comment

Comments

@trink
Copy link
Contributor

trink commented Mar 14, 2018

  • creation of hindsight user
  • init.d script
  • /opt/hindsight # cfg and dir structure

Disabled by default until we bootstrap the cfgs to do real work based on the system where it is being installed

@deric
Copy link

deric commented May 22, 2018

Any plans to support systemd? I'm using something like this:

[Unit]
Description=Log forwarding service
After=syslog.target network-online.target

[Service]
Type=simple
UMask=0007
ExecStartPre=-/bin/mkdir -p /var/cache/hindsight
ExecStart=/usr/bin/hindsight /etc/hindsight/hindsight.cfg
Restart=on-abort

[Install]
WantedBy=multi-user.target

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants