Merge pull request #7461 from dezgeg/pr-ddclient-unit-type

ddclient: Fix capitalization of systemd unit keys
This commit is contained in:
Tobias Geerinckx-Rice 2015-04-19 15:27:21 +02:00
commit 1f513c21f9

View File

@ -127,8 +127,8 @@ in
wantedBy = [ "multi-user.target" ]; wantedBy = [ "multi-user.target" ];
after = [ "network.target" ]; after = [ "network.target" ];
serviceConfig = { serviceConfig = {
# This may change back to forking if too many problems occur: # Uncomment this if too many problems occur:
type = "simple"; # Type = "forking";
User = ddclientUser; User = ddclientUser;
Group = "nogroup"; #TODO get this to work Group = "nogroup"; #TODO get this to work
PermissionsStartOnly = "true"; PermissionsStartOnly = "true";