diff options
author | Javier Sánchez Parra <jsanchez@soleta.eu> | 2020-06-16 11:04:17 +0200 |
---|---|---|
committer | OpenGnSys Support Team <soporte-og@soleta.eu> | 2020-06-19 15:06:29 +0200 |
commit | 7e77105908c2d5ee9447d78d86c0732a23ca0bae (patch) | |
tree | 69e134d41314d0a15d24c54386407f67a2605494 /admin | |
parent | 1de0d12de96289350780e7dd34905ab2e9fbec88 (diff) |
#981 Fix typo on OpenGnsys systemd unit file
This commit escape the "%" character with another "%" character as
systemd unit manual says:
https://www.freedesktop.org/software/systemd/man/systemd.unit.html#Specifiers
Diffstat (limited to 'admin')
-rw-r--r-- | admin/Sources/Services/opengnsys.service | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/Sources/Services/opengnsys.service b/admin/Sources/Services/opengnsys.service index 89b8c492..f84f2627 100644 --- a/admin/Sources/Services/opengnsys.service +++ b/admin/Sources/Services/opengnsys.service @@ -1,7 +1,7 @@ # OpenGnsys systemd service file [Unit] -Documentation=https://opengnsys.es/trac/wiki/En%3ADocumentacionUsuario +Documentation=https://opengnsys.es/trac/wiki/En%%3ADocumentacionUsuario SourcePath=/etc/init.d/opengnsys Description=LSB: OpenGnsys system services Before=multi-user.target |