diff options
author | Xiao Pan <gky44px1999@gmail.com> | 2023-04-02 02:03:05 -0700 |
---|---|---|
committer | Xiao Pan <gky44px1999@gmail.com> | 2023-04-02 02:03:05 -0700 |
commit | 3e21c49b5c0f00d3a3d0b31f9f35425e44f0ab6e (patch) | |
tree | f463a995d475690d791fd52f94e17599d8bc6fb7 /usr | |
parent | 548276e0bb1059d34a0bc425661dc9db88cc37c0 (diff) |
update
Diffstat (limited to 'usr')
-rw-r--r-- | usr/lib/systemd/system/monerod.service | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/usr/lib/systemd/system/monerod.service b/usr/lib/systemd/system/monerod.service index d95a3ed8..6b0d4488 100644 --- a/usr/lib/systemd/system/monerod.service +++ b/usr/lib/systemd/system/monerod.service @@ -2,15 +2,14 @@ Description=Monero Full Node After=mullvad-daemon.service # I do not fully understand all the options -PartOf=mullvad-daemon.service +#PartOf=mullvad-daemon.service Requisite=mullvad-daemon.service - # from tests, BindsTo will override Requisite? Why? #BindsTo=mullvad-daemon.service # StopPropagatedFrom functionality seems included in PartOf? # from tests, StopPropagatedFrom also propagate restart? Why? # not realted: https://github.com/systemd/systemd/commit/ffec78c05bfc2e6458e05ee54256d0d766a36280 -#StopPropagatedFrom=mullvad-daemon.service +StopPropagatedFrom=mullvad-daemon.service [Service] User=xyz |