Skip to content

Commit

Permalink
v6.26
Browse files Browse the repository at this point in the history
+ DietPi-Patch | Move DietPi-NordVPN service to /etc/systemd/system: #3084
  • Loading branch information
MichaIng authored Sep 8, 2019
1 parent 67a4ca9 commit 9e726b5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dietpi/patch_file
Original file line number Diff line number Diff line change
Expand Up @@ -2142,6 +2142,9 @@ A backup will be created to "/etc/mympd/mympd.conf.bak_DDMMYYY_N" from where you
rm -f /{DietPi,boot}/dietpi/func/dietpi-set_{curlftpfs,nfsclient,smbclient}
rm -f /{DietPi,boot}/dietpi/.dietpi-backup_{include,exclude}
#-------------------------------------------------------------------------------
# Move DietPi-NordVPN service to /etc/systemd/system: https://github.com/MichaIng/DietPi/pull/3084
[[ -f '/lib/systemd/system/dietpi-nordvpn.service' ]] && mv /lib/systemd/system/dietpi-nordvpn.service /etc/systemd/system/dietpi-nordvpn.service && systemctl daemon-reload
#-------------------------------------------------------------------------------
# On RPi, replace haveged with rng-tools, which is proven to work on RPi, is default on Raspbian and uses less RAM on idle.
if (( $G_HW_MODEL < 9 )); then

Expand Down

0 comments on commit 9e726b5

Please sign in to comment.