diff options
author | Normandy <normandy@firemail.cc> | 2018-05-11 05:19:20 +0000 |
---|---|---|
committer | Normandy <normandy@firemail.cc> | 2018-05-11 05:19:20 +0000 |
commit | 38f5f6f659f4b5c4c669044e62e6bae5a9b962ef (patch) | |
tree | a6244dee82689af59130e9e6e73ae7347eac0f9c | |
parent | ffe028cd7392404c85ab65eca167a16e85b3f788 (diff) | |
download | pleroma-38f5f6f659f4b5c4c669044e62e6bae5a9b962ef.tar.gz pleroma-38f5f6f659f4b5c4c669044e62e6bae5a9b962ef.zip |
Remove alias directive in service file
Systemd will complain otherwise.
-rw-r--r-- | installation/pleroma.service | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/installation/pleroma.service b/installation/pleroma.service index fe314ed2b..fd4180985 100644 --- a/installation/pleroma.service +++ b/installation/pleroma.service @@ -13,4 +13,3 @@ Restart=on-failure [Install] WantedBy=multi-user.target -Alias=pleroma.service |