Open trink opened 6 years ago
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
Disabled by default until we bootstrap the cfgs to do real work based on the system where it is being installed