User Tools

Site Tools


howto:linux:install:ubuntu18-04

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
howto:linux:install:ubuntu18-04 [2020/07/01 16:40]
cmakula Updating as working with Ubuntu 20.04 and Serviio 2.1
howto:linux:install:ubuntu18-04 [2021/06/08 19:28]
bump Added StandardOutput=null to systemd service to prevent logging to /var/log/syslog
Line 26: Line 26:
 It will ask for your user password, followed by the new submission for the password for root, and a confirmation of that password. It will ask for your user password, followed by the new submission for the password for root, and a confirmation of that password.
  
-4. Install a few things. (Some of these will already be installed if you have a desktop variant, of which Ubuntu will warn you and then install the rest, but all are recommended if you installed Ubuntu Minimal or Server.)  Run the following commands:+4. Install a few things. (Some of these will already be installed if you have a desktop variant, of which Ubuntu will warn you and then install the rest, but all are recommended if you installed Ubuntu Netboot or Server.)  Run the following commands:
  
 <code>sudo apt update <code>sudo apt update
Line 95: Line 95:
 [Service] [Service]
 Type=simple Type=simple
 +StandardOutput=null
 ExecStart=/opt/serviio/bin/serviio.sh ExecStart=/opt/serviio/bin/serviio.sh
 ExecStop=/opt/serviio/bin/serviio.sh -stop ExecStop=/opt/serviio/bin/serviio.sh -stop
howto/linux/install/ubuntu18-04.txt ยท Last modified: 2023/04/11 21:45 by cmakula