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" ];
after = [ "network.target" ];
serviceConfig = {
# This may change back to forking if too many problems occur:
type = "simple";
# Uncomment this if too many problems occur:
# Type = "forking";
User = ddclientUser;
Group = "nogroup"; #TODO get this to work
PermissionsStartOnly = "true";