← Все утилиты

Systemd Unit Generator

[Unit]

[Service]

[Install]

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

[Service]
Type=simple
Restart=always
RestartSec=5

[Install]
WantedBy=multi-user.target

© 2026 Terminal Notes. Built with SvelteKit.