Merge pull request #7461 from dezgeg/pr-ddclient-unit-type
ddclient: Fix capitalization of systemd unit keys
This commit is contained in:
commit
1f513c21f9
@ -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";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user