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
This commit is contained in:
Max 2022-08-30 20:02:12 +07:00
parent d5ea7f765e
commit 6e64d1079f
1 changed files with 2 additions and 0 deletions

View File

@ -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