1 2 3 4 5 6 7 8 9 10 11 12 13
[Unit] Description=opengist Server After=network.target [Service] Type=simple User=opengist Group=opengist ExecStart=opengist --config /etc/opengist/config.yml Restart=on-failure [Install] WantedBy=multi-user.target