diff options
author | Rin Cat | 2020-04-13 16:16:56 -0400 |
---|---|---|
committer | Rin Cat | 2020-04-13 16:16:56 -0400 |
commit | 875855c5ccbf80220cd4c75ee39b29591a9c7241 (patch) | |
tree | 792b74225e2adbe8e800e50145a995ce1889a872 /mtg.service | |
parent | e8d8bc4d605f94c21b17d265574c66e625f3f13e (diff) | |
download | aur-875855c5ccbf80220cd4c75ee39b29591a9c7241.tar.gz |
Update to 1.0
Diffstat (limited to 'mtg.service')
-rw-r--r-- | mtg.service | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mtg.service b/mtg.service index 1ec0a6495cd4..5b2040f8b928 100644 --- a/mtg.service +++ b/mtg.service @@ -6,7 +6,7 @@ After=network-online.target User=nobody Group=nobody EnvironmentFile=/etc/conf.d/mtg -ExecStart=/usr/bin/mtg "${SECRET}" "${ADTAG}" +ExecStart=/usr/bin/mtg run "${SECRET}" "${ADTAG}" [Install] WantedBy=multi-user.target |