Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
pve-manager
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
pve-manager
Commits
8baed1ad
Commit
8baed1ad
authored
Mar 04, 2015
by
Dietmar Maurer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add PIDFile option for systemd services
parent
04f1d97f
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
0 deletions
+4
-0
pvedaemon.service
bin/init.d/pvedaemon.service
+1
-0
pveproxy.service
bin/init.d/pveproxy.service
+1
-0
pvestatd.service
bin/init.d/pvestatd.service
+1
-0
spiceproxy.service
bin/init.d/spiceproxy.service
+1
-0
No files found.
bin/init.d/pvedaemon.service
View file @
8baed1ad
...
@@ -8,6 +8,7 @@ After=pve-cluster.service
...
@@ -8,6 +8,7 @@ After=pve-cluster.service
ExecStart=/usr/bin/pvedaemon start
ExecStart=/usr/bin/pvedaemon start
ExecStop=/usr/bin/pvedaemon stop
ExecStop=/usr/bin/pvedaemon stop
ExecReload=/usr/bin/pvedaemon restart
ExecReload=/usr/bin/pvedaemon restart
PIDFile=/var/run/pvedaemon.pid
Type=forking
Type=forking
[Install]
[Install]
...
...
bin/init.d/pveproxy.service
View file @
8baed1ad
...
@@ -10,6 +10,7 @@ After=pvedaemon.service
...
@@ -10,6 +10,7 @@ After=pvedaemon.service
ExecStart=/usr/bin/pveproxy start
ExecStart=/usr/bin/pveproxy start
ExecStop=/usr/bin/pveproxy stop
ExecStop=/usr/bin/pveproxy stop
ExecReload=/usr/bin/pveproxy restart
ExecReload=/usr/bin/pveproxy restart
PIDFile=/var/run/pveproxy/pveproxy.pid
Type=forking
Type=forking
[Install]
[Install]
...
...
bin/init.d/pvestatd.service
View file @
8baed1ad
...
@@ -8,6 +8,7 @@ After=pve-cluster.service
...
@@ -8,6 +8,7 @@ After=pve-cluster.service
ExecStart=/usr/bin/pvestatd start
ExecStart=/usr/bin/pvestatd start
ExecStop=/usr/bin/pvestatd stop
ExecStop=/usr/bin/pvestatd stop
ExecReload=/usr/bin/pvestatd restart
ExecReload=/usr/bin/pvestatd restart
PIDFile=/var/run/pvestatd.pid
Type=forking
Type=forking
[Install]
[Install]
...
...
bin/init.d/spiceproxy.service
View file @
8baed1ad
...
@@ -8,6 +8,7 @@ After=pveproxy.service
...
@@ -8,6 +8,7 @@ After=pveproxy.service
ExecStart=/usr/bin/spiceproxy start
ExecStart=/usr/bin/spiceproxy start
ExecStop=/usr/bin/spiceproxy stop
ExecStop=/usr/bin/spiceproxy stop
ExecReload=/usr/bin/spiceproxy restart
ExecReload=/usr/bin/spiceproxy restart
PIDFile=/var/run/pveproxy/spiceproxy.pid
Type=forking
Type=forking
[Install]
[Install]
...
...
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