diff options
| author | Konstantin Kulikov <k.kulikov2@gmail.com> | 2019-11-20 09:29:58 +0300 |
|---|---|---|
| committer | Leo <thinkabit.ukim@gmail.com> | 2019-11-20 08:56:54 +0100 |
| commit | 46c903e47d8105b8160c8979c2ec5a0ab12aa128 (patch) | |
| tree | 8957699ad69092af529f0fc7d0123f200b80f346 /testing/mtg/mtg.initd | |
| parent | 57e2a6e399e786968a2f77cdb158edb70cd3cf5f (diff) | |
| download | aports-46c903e47d8105b8160c8979c2ec5a0ab12aa128.tar.bz2 aports-46c903e47d8105b8160c8979c2ec5a0ab12aa128.tar.xz | |
testing/mtg: upgrade to 1.0.1
Diffstat (limited to 'testing/mtg/mtg.initd')
| -rw-r--r-- | testing/mtg/mtg.initd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/mtg/mtg.initd b/testing/mtg/mtg.initd index 5de2c804c2..38a4cf0921 100644 --- a/testing/mtg/mtg.initd +++ b/testing/mtg/mtg.initd @@ -1,7 +1,7 @@ #!/sbin/openrc-run command="/usr/sbin/mtg" -command_args="$MTG_OPTS" +command_args="run $MTG_OPTS" command_background=yes command_user=mtg:mtg pidfile="/run/$RC_SVCNAME.pid" |
