#--------------------------------------------------------------------------- # /usr/lib/systemd/system/vlc.service - service unit # # Creation: 2023-06-10 hbfl # Last Update: $Id$ # # Copyright (c) 2011-@@YEAR@@ Holger Bruenjes, holgerbruenjes(at)gmx(dot)net # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. #----------------------------------------------------------------------- [Unit] Description=VideoOnLAN Service After=network.target [Service] EnvironmentFile=/etc/sysconfig/vlcd Type=forking User=vlc ExecStart=/usr/bin/vlc $VLC_ARGS Restart=on-abort [Install] WantedBy=multi-user.target