diff options
author | Britney Fransen <brfransen@gmail.com> | 2023-01-22 02:58:28 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2023-01-22 02:58:28 (GMT) |
commit | 6bb3c6b0f60309209f229bc3f682d2f9c0fe3628 (patch) | |
tree | 02b0e9c6e49f2e6c0c1b6d389e02c4d808e8e489 /linhes/mythtv/mythbackend.service | |
parent | 7927c8435848ff230d3b052086aade3e092a155c (diff) | |
download | linhes_pkgbuild-6bb3c6b0f60309209f229bc3f682d2f9c0fe3628.zip linhes_pkgbuild-6bb3c6b0f60309209f229bc3f682d2f9c0fe3628.tar.gz linhes_pkgbuild-6bb3c6b0f60309209f229bc3f682d2f9c0fe3628.tar.bz2 |
mythtv & mythplugins: update to latest
Diffstat (limited to 'linhes/mythtv/mythbackend.service')
-rw-r--r-- | linhes/mythtv/mythbackend.service | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linhes/mythtv/mythbackend.service b/linhes/mythtv/mythbackend.service index e760e77..3535a1f 100644 --- a/linhes/mythtv/mythbackend.service +++ b/linhes/mythtv/mythbackend.service @@ -6,7 +6,7 @@ After=network.target mysqld.service systemd-udev-settle.service [Service] Type=simple User=mythtv -ExecStart=/usr/bin/mythbackend +ExecStart=/usr/bin/mythbackend --systemd-journal Restart=on-failure [Install] |