|
@@ -163,6 +163,7 @@ function configure_toxcore {
|
163
|
163
|
fi
|
164
|
164
|
|
165
|
165
|
echo $'Enabling toxcore daemon' >> $INSTALL_LOG
|
|
166
|
+ chmod +x /etc/systemd/system/tox-bootstrapd.service
|
166
|
167
|
systemctl enable tox-bootstrapd.service
|
167
|
168
|
|
168
|
169
|
echo $'Regenerating Tox bootstrap node keys' >> $INSTALL_LOG
|
|
@@ -318,6 +319,7 @@ function mesh_amnesic {
|
318
|
319
|
echo '[Install]' >> /etc/systemd/system/amnesic.service
|
319
|
320
|
echo 'WantedBy=multi-user.target' >> /etc/systemd/system/amnesic.service
|
320
|
321
|
|
|
322
|
+ chmod +x /etc/systemd/system/amnesic.service
|
321
|
323
|
systemctl daemon-reload
|
322
|
324
|
fi
|
323
|
325
|
systemctl enable amnesic
|