Skip to content

Commit f1ffb80

Browse files
committed
Add .d config dir to all services
1 parent d75f2d2 commit f1ffb80

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

etc/systemd/ec-boot-api.service

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ TimeoutStopSec=5
77
Restart=always
88
RestartSec=5s
99
KillSignal=SIGINT
10-
ExecStart=ec-boot-api --config-file /etc/exordos_core/exordos_core.conf
10+
ExecStart=ec-boot-api --config-file /etc/exordos_core/exordos_core.conf --config-dir /etc/exordos_core/exordos_core.d
1111

1212
[Install]
1313
WantedBy=multi-user.target

etc/systemd/ec-gservice.service

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ After=network-online.target
66
Restart=always
77
RestartSec=5s
88
TimeoutStopSec=5
9-
ExecStart=ec-gservice --config-file /etc/exordos_core/exordos_core.conf
9+
ExecStart=ec-gservice --config-file /etc/exordos_core/exordos_core.conf --config-dir /etc/exordos_core/exordos_core.d
1010

1111
[Install]
1212
WantedBy=multi-user.target

etc/systemd/ec-orch-api.service

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ TimeoutStopSec=5
77
Restart=always
88
RestartSec=5s
99
KillSignal=SIGINT
10-
ExecStart=ec-orch-api --config-file /etc/exordos_core/exordos_core.conf
10+
ExecStart=ec-orch-api --config-file /etc/exordos_core/exordos_core.conf --config-dir /etc/exordos_core/exordos_core.d
1111

1212
[Install]
1313
WantedBy=multi-user.target

etc/systemd/ec-status-api.service

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ TimeoutStopSec=5
77
Restart=always
88
RestartSec=5s
99
KillSignal=SIGINT
10-
ExecStart=ec-status-api --config-file /etc/exordos_core/exordos_core.conf
10+
ExecStart=ec-status-api --config-file /etc/exordos_core/exordos_core.conf --config-dir /etc/exordos_core/exordos_core.d
1111

1212
[Install]
1313
WantedBy=multi-user.target

0 commit comments

Comments
 (0)