Sfoglia il codice sorgente

Remove systemd call

Bob Mottram 10 anni fa
parent
commit
a4a5501c4f
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1
    1
      install-freedombone.sh

+ 1
- 1
install-freedombone.sh Vedi File

731
   # building tlsdate from source is a workaround because of
731
   # building tlsdate from source is a workaround because of
732
   # this bug https://github.com/ioerror/tlsdate/issues/130
732
   # this bug https://github.com/ioerror/tlsdate/issues/130
733
   apt-get -y --force-yes install build-essential automake git pkg-config autoconf libtool libssl-dev libevent-dev
733
   apt-get -y --force-yes install build-essential automake git pkg-config autoconf libtool libssl-dev libevent-dev
734
+
734
   if [ ! -d $INSTALL_DIR ]; then
735
   if [ ! -d $INSTALL_DIR ]; then
735
       mkdir $INSTALL_DIR
736
       mkdir $INSTALL_DIR
736
   fi
737
   fi
743
   make install
744
   make install
744
   cp /usr/local/bin/tlsdate* /usr/bin
745
   cp /usr/local/bin/tlsdate* /usr/bin
745
   cp /usr/local/sbin/tlsdate* /usr/bin
746
   cp /usr/local/sbin/tlsdate* /usr/bin
746
-  systemctl start tlsdated.service
747
 
747
 
748
   apt-get -y remove ntpdate
748
   apt-get -y remove ntpdate
749
 
749