Sample Header Ad - 728x90

Systemd to upstart

1 vote
1 answer
1504 views
I got a systemd service and I am still using Ubuntu 14.04 for various reasons. As you probably know ubuntu uses upstart and not systemd. Can you guys help me convert this systemd service to an upstart service ? [Unit] Description=Conan - dong sliders to MAX After=syslog.target network.target [Service] ExecStart=/home/steam/exiles/start_conan.sh User=steam Type=simple Restart=on-failure RestartSec=42s [Install] WantedBy=multi-user.target
Asked by SaeSi (25 rep)
Mar 1, 2017, 07:39 AM
Last activity: Mar 18, 2019, 03:13 AM