From 6e64d1079f9ff9d481c1fd174821358a1a517d00 Mon Sep 17 00:00:00 2001 From: Max Date: Tue, 30 Aug 2022 20:02:12 +0700 Subject: [PATCH] Set working directory in systemd service file By default systemd will execute service with root directory (or home directory for user instance) which might result in attempts to create files in unexpected place. Let's set it to 'osmocom' subdir of state directory (/var/lib for system instance) instead. Related: OS#4821 Change-Id: I033029a6b1f2bfa259cec74b139a33b0897fcd98 --- contrib/systemd/osmo-cbc.service | 2 ++ 1 file changed, 2 insertions(+) diff --git a/contrib/systemd/osmo-cbc.service b/contrib/systemd/osmo-cbc.service index 3446cc4..f8c9f28 100644 --- a/contrib/systemd/osmo-cbc.service +++ b/contrib/systemd/osmo-cbc.service @@ -3,6 +3,8 @@ Description=Osmocom CBC (Cell Broadcasting Centre) [Service] Type=simple +StateDirectory=osmocom +WorkingDirectory=%S/osmocom Restart=always ExecStart=/usr/bin/osmo-cbc -c /etc/osmocom/osmo-cbc.cfg RestartSec=2