mythtv/mythbackend.service

14 lines
292 B
SYSTEMD
Raw Normal View History

[Unit]
Description=MythTV Backend
Wants=network-online.target mysqld.service systemd-udev-settle.service
After=network.target mysqld.service systemd-udev-settle.service
[Service]
Type=simple
User=mythtv
ExecStart=/usr/bin/mythbackend
Restart=on-failure
[Install]
WantedBy=multi-user.target