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]
|
||||
Description=RFC 1413 compliant ident daemon
|
||||
After=network.target
|
||||
Requires=network.target
|
||||
After=network-online.target
|
||||
|
||||
[Service]
|
||||
ExecStart=/usr/sbin/oidentd -i -u oident -g oident
|
||||
|
|
|
@ -18,6 +18,7 @@ bundles = [
|
|||
"nextcloud",
|
||||
"nodejs",
|
||||
"ntfy",
|
||||
"oidentd",
|
||||
"php",
|
||||
"postfixadmin",
|
||||
"postgresql",
|
||||
|
|
Loading…
Reference in a new issue