Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-05-13 | Allow systemd units to start with missing env files | Zach Himsel | |
If the EnvironmentFile is not present, the unit will fail to start. By using the `=-` assignment, the unit will start without errors or warnings. | |||
2023-02-24 | Add missing EnvironmentFile to user unit | Zach Himsel | |
2023-02-24 | Add user-level systemd unit | Zach Himsel | |
Also, add environment files in both units |