1 2 3 4 5 6 7 8 9 10 11 12 13
[Unit] Description=Koerier After=network-online.target [Service] User=root Type=simple WorkingDirectory=/root/koerier ExecStart=/root/.cargo/bin/koerier -c config.toml Restart=on-failure [Install] WantedBy=multi-user.target