container-service-extension
container-service-extension copied to clipboard
changes for cse.service (Wants,After, and WantedBy)
trafficstars
There are two corrections included for the cse.service file:
WantsandAfterrequire the dependencies delimited by spaces, not commas (systemd.syntax — General syntax of systemd configuration files)default.targetlooks problematic: user service don't start up automatically but manually That's why I replaced it withmulti-user.target
I also changed the default.target to multi-user.target, because systemctrl get-default reports this on a VMware Photon OS 2.0 system, but I'm not sure, if default.target raises any faults.
Have you tested this both on Ubuntu and Photon? We will test this soon and submit your PR if found no issues.