Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
slapos.package
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Ivan Tyagov
slapos.package
Commits
2f336b3f
Commit
2f336b3f
authored
11 years ago
by
Vivien Alger
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Problem with end of file
parent
88cfa65a
re6stnet-switch
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
0 additions
and
4 deletions
+0
-4
templates/rpm/post
templates/rpm/post
+0
-1
templates/rpm/postun
templates/rpm/postun
+0
-1
templates/rpm/preun
templates/rpm/preun
+0
-1
templates/rpm/slapos.spec.base.in
templates/rpm/slapos.spec.base.in
+0
-1
No files found.
templates/rpm/post
View file @
2f336b3f
...
...
@@ -3,4 +3,3 @@ if [ -f /bin/systemctl ]; then
systemctl enable slapos-node.service
systemctl start slapos-node.service
fi
This diff is collapsed.
Click to expand it.
templates/rpm/postun
View file @
2f336b3f
if [ -f /bin/systemctl ]; then
systemctl restart slapos-node.service
fi
This diff is collapsed.
Click to expand it.
templates/rpm/preun
View file @
2f336b3f
if [ -f /bin/systemctl ]; then
systemctl stop slapos-node.service
fi
This diff is collapsed.
Click to expand it.
templates/rpm/slapos.spec.base.in
View file @
2f336b3f
...
...
@@ -93,4 +93,3 @@ mkdir -p $RPM_BUILD_ROOT/opt/slapos/log
%files
/
%defattr(-,root,root)
This diff is collapsed.
Click to expand it.
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