Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
silver-platter
gitlab-deps
Commits
1accc69e
Commit
1accc69e
authored
Aug 23, 2020
by
ale
Browse files
Fix a typo in our custom dh_installsystemd rule
parent
7eb16282
Changes
2
Hide whitespace changes
Inline
Side-by-side
debian/gitlab-deps.service
View file @
1accc69e
...
...
@@ -16,6 +16,7 @@ PrivateDevices=yes
ProtectHome
=
yes
ProtectSystem
=
full
ReadOnlyDirectories
=
/
ReadWriteDirectories
=
/var/lib/gitlab-deps
[Install]
WantedBy
=
multi-user.target
debian/rules
View file @
1accc69e
...
...
@@ -19,5 +19,5 @@ override_dh_auto_install:
install
-o
root
-g
root
-m
755
$(CURDIR)
/contrib/update.sh
\
$(CURDIR)
/debian/gitlab-deps/usr/sbin/update-gitlab-deps
override_dh_install
_
systemd
:
dh_install
_
systemd
$(SYSTEMD_UNITS)
override_dh_installsystemd
:
dh_installsystemd
$(SYSTEMD_UNITS)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment