Browse Source

Link to repo within daemon

Bob Mottram 6 years ago
parent
commit
935efed504
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      src/freedombone-template

+ 1
- 0
src/freedombone-template View File

@@ -926,6 +926,7 @@ if [ $app_daemon ]; then
926 926
     echo "      echo 'Description=${app_name}';"
927 927
     echo "      echo 'After=syslog.target';"
928 928
     echo "      echo 'After=network.target';"
929
+    echo "      echo 'Documentation=${app_name_upper}_REPO";
929 930
     echo "      echo '';"
930 931
     echo "      echo '[Service]';"
931 932
     echo "      echo 'Type=simple';"