systemd Unit File Generator

Build a systemd .service unit from a form.

[Unit]
Description=My service
After=network.target

[Service]
Type=simple
ExecStart=/usr/bin/myapp
Restart=on-failure

[Install]
WantedBy=multi-user.target

About this tool

Compose [Unit], [Service] and [Install] sections — ExecStart, Restart policy, target wanted-by and more.

An unhandled error has occurred. Reload ×