Maintained by Thijmen Heuvelink

A template to quickly setup systemctl services.

[Unit]
Description=My Binary Service

[Service]
WorkingDirectory=/your/working/directory
ExecStart=/path/to/your/binary
Restart=on-failure

[Install]
WantedBy=multi-user.target

This knowledge base serves as a valuable tool to simplify installations, troubleshoot common problems and to enhance the overall developer / admin experience. mail@thijmenheuvelink.nl - all rights reserved