ソースを参照

added a command to reload the systemd daemon

master
Wouter Horlings 6年前
コミット
8e5c0e012b
1個のファイルの変更2行の追加0行の削除
  1. +2
    -0
      systemd_timer_files/settimer.sh

+ 2
- 0
systemd_timer_files/settimer.sh ファイルの表示

@@ -44,6 +44,8 @@ SERVICENAME="$FILENAME.service"
replace_and_move $TIMERNAME $MAPPATH
replace_and_move $SERVICENAME $MAPPATH

echo "Reload systemd deamon"
`systemctl --user daemon-reload`
echo "Enable $TIMERNAME for systemd"
`systemctl --user enable $TIMERNAME`
echo "Start $TIMERNAME for systemd"


読み込み中…
キャンセル
保存