Commit Graph

5 Commits

Author SHA1 Message Date
Christian Bundy e4f762ea04 Change systemd unit to use `default.target`
I was having a problem where I'd start my computer but the script wasn't
restarting audomatically, and after some searching I found this:

https://github.com/systemd/systemd/issues/2690#issuecomment-186973730

It looks like we should be using `default.target` instead of
`multi-user.target`.
2020-01-05 14:56:08 -08:00
Jonathan Dahan 6e3aed336c explain why we wrote the systemd service file 2020-01-03 15:12:33 -05:00
Jonathan Dahan 8ce7d76df7 Create systemd service install script, fix service
This will check if you have have systemd installed,
copy the service file to your user directory,
and instruct the user how to enable it on login.
2020-01-03 15:03:21 -05:00
Jonathan Dahan 3e764e6d4d Remove unicorn requirement for systemd service 2020-01-03 12:23:58 -05:00
Christian Bundy ac4b95006d
Add systemd unit service file 2019-12-10 17:37:20 -08:00