; thelounge.service ; 2017-08-27, alex@barton.de [Unit] Description=The Lounge WebIRC [Service] User=thelounge Group=thelounge NoNewPrivileges=true PrivateDevices=true PrivateTmp=true ProtectHome=true ProtectSystem=full RestrictAddressFamilies=AF_INET AF_INET6 AF_UNIX ExecStart=/opt/thelounge/node_modules/.bin/lounge start Restart=always RestartSec=3 [Install] WantedBy=multi-user.target