Skip to content

Commit

Permalink
Remove console log output for service
Browse files Browse the repository at this point in the history
  • Loading branch information
stefkosdev committed Jun 17, 2019
1 parent c89582c commit 3185111
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions install_systemd.sh
Expand Up @@ -17,6 +17,7 @@ echo "WorkingDirectory=$FRIEND_RUN_DIRECTORY" >> $TMP
echo "ExecStart=$FRIEND_RUN_DIRECTORY/FriendCore" >> $TMP
echo 'Restart=always' >> $TMP
echo 'RestartSec=3' >> $TMP
echo 'StandardOutput=null' >> $TMP

echo '[Install]' >> $TMP
echo 'WantedBy=multi-user.target' >> $TMP
Expand Down

0 comments on commit 3185111

Please sign in to comment.