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
2
debian/tuwunel.service
vendored
2
debian/tuwunel.service
vendored
|
|
@ -2,7 +2,6 @@
|
|||
Description=Tuwunel Matrix homeserver
|
||||
Wants=network-online.target
|
||||
After=network-online.target
|
||||
Alias=matrix-tuwunel.service
|
||||
Documentation=https://tuwunel.chat/
|
||||
|
||||
[Service]
|
||||
|
|
@ -64,3 +63,4 @@ StartLimitBurst=5
|
|||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
Alias=matrix-tuwunel.service
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue