diff options
author | Britney Fransen <brfransen@gmail.com> | 2022-12-01 21:28:36 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2022-12-01 21:28:36 (GMT) |
commit | 84760faab95e00fdce438a78fdbed8c589a58f74 (patch) | |
tree | 417977016953a94e920851a8dbf32a9356bb3c7b /linhes/mythtv/mythbackend.service | |
parent | 76387f6b40fc32d462e3393321822a4fd86b9edb (diff) | |
download | linhes_pkgbuild-84760faab95e00fdce438a78fdbed8c589a58f74.zip linhes_pkgbuild-84760faab95e00fdce438a78fdbed8c589a58f74.tar.gz linhes_pkgbuild-84760faab95e00fdce438a78fdbed8c589a58f74.tar.bz2 |
mythtv: initial inclusion
Diffstat (limited to 'linhes/mythtv/mythbackend.service')
-rw-r--r-- | linhes/mythtv/mythbackend.service | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/linhes/mythtv/mythbackend.service b/linhes/mythtv/mythbackend.service new file mode 100644 index 0000000..e760e77 --- /dev/null +++ b/linhes/mythtv/mythbackend.service @@ -0,0 +1,13 @@ +[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 |