packaging: Move unit alias to install section
Otherwise there will be systemd[1]: /usr/lib/systemd/system/tuwunel.service:5: Unknown key 'Alias' in section [Unit], ignoring. on startup. See `systemd.unit(5)`. Signed-off-by: Guido Günther <agx@sigxcpu.org>
This commit is contained in:
parent
fb4dfafe2d
commit
6a685b7ee9
3 changed files with 3 additions and 3 deletions
|
|
@ -4,7 +4,6 @@ Wants=network-online.target
|
|||
After=network-online.target
|
||||
Documentation=https://tuwunel.chat/
|
||||
RequiresMountsFor=/var/lib/private/tuwunel
|
||||
Alias=matrix-tuwunel.service
|
||||
|
||||
[Service]
|
||||
DynamicUser=yes
|
||||
|
|
@ -77,3 +76,4 @@ StartLimitBurst=5
|
|||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
Alias=matrix-tuwunel.service
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue