← Все утилиты
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