16.04 - How to convert this upstart to systemd? - Ask Ubuntu


i used upstart in ubuntu 14.04 , worked fine:

start on runlevel [2345] respawn  script         cd /media/sf_acebot         exec /usr/bin/mono /media/sf_acebot/ace\ bot.exe >> /media/sf_acebot/log.txt end script 

now want have same thing in ubuntu 16.04 in systemd. have written service below:

[service] workingdirectory=/media/sf_acebot execstart=/usr/bin/mono /media/sf_acebot/ace\ bot.exe  [install] wantedby=multi-user.target 

there 2 problems:

  1. how can redirect output? >> mark not work.
  2. when start service, waits exec stop. mean can press ctl+c stops service.

please me fix systemd.


Comments

Popular posts from this blog

download - Firefox cannot save files (most of the time), how to solve? - Super User

windows - "-2146893807 NTE_NOT_FOUND" when repair certificate store - Super User

sql server - "Configuration file does not exist", Event ID 274 - Super User