← Все утилиты
Systemd Unit Generator
[Unit]
[Service]
Переменные окружения
[Install]
myapp.service
[Unit] Description=My Application After=network.target [Service] Type=simple Restart=always RestartSec=5 [Install] WantedBy=multi-user.target