install oidentd on carlene, fix dependencies
This commit is contained in:
parent
2d3d0ca02a
commit
77ed050ade
2 changed files with 3 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
||||||
[Unit]
|
[Unit]
|
||||||
Description=RFC 1413 compliant ident daemon
|
Description=RFC 1413 compliant ident daemon
|
||||||
After=network.target
|
Requires=network.target
|
||||||
|
After=network-online.target
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
ExecStart=/usr/sbin/oidentd -i -u oident -g oident
|
ExecStart=/usr/sbin/oidentd -i -u oident -g oident
|
||||||
|
|
|
@ -18,6 +18,7 @@ bundles = [
|
||||||
"nextcloud",
|
"nextcloud",
|
||||||
"nodejs",
|
"nodejs",
|
||||||
"ntfy",
|
"ntfy",
|
||||||
|
"oidentd",
|
||||||
"php",
|
"php",
|
||||||
"postfixadmin",
|
"postfixadmin",
|
||||||
"postgresql",
|
"postgresql",
|
||||||
|
|
Loading…
Reference in a new issue