Skip to content
Snippets Groups Projects
Commit 8408ea13 authored by Jameson Graef Rollins's avatar Jameson Graef Rollins
Browse files

add systemd daemon-reload after systemd config update in update script

parent 867b2378
No related branches found
No related tags found
No related merge requests found
......@@ -64,6 +64,7 @@ make install
mkdir -p ~/.config/systemd/user
cp ~/dmt-runtime-configuration/systemd/dmt-procmgt@.service ~/.config/systemd/user
cp ~/dmt-runtime-configuration/systemd/gstlal-calibration.service ~/.config/systemd/user
systemctl --user daemon-reload
# FIXME: add procmgt restart
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment