Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
F
Fan-Control-Daemon
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
CeRiAl
Fan-Control-Daemon
Commits
1b84085a
Commit
1b84085a
authored
Jul 04, 2012
by
CeRiAl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added syslog as dependency for init scripts, added systemd service file
parent
b9343035
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
16 additions
and
4 deletions
+16
-4
mbpfan.init.debian
mbpfan.init.debian
+2
-2
mbpfan.init.redhat
mbpfan.init.redhat
+2
-2
mbpfan.service
mbpfan.service
+12
-0
No files found.
mbpfan.init.debian
View file @
1b84085a
#! /bin/sh
#! /bin/sh
### BEGIN INIT INFO
### BEGIN INIT INFO
# Provides: mbpfan
# Provides: mbpfan
# Required-Start: $remote_fs
# Required-Start: $remote_fs
$syslog
# Required-Stop: $remote_fs
# Required-Stop: $remote_fs
$syslog
# Default-Start: 2 3 4 5
# Default-Start: 2 3 4 5
# Default-Stop: 0 1 6
# Default-Stop: 0 1 6
# Short-Description: mbpfan initscript
# Short-Description: mbpfan initscript
...
...
mbpfan.init.
fedora
→
mbpfan.init.
redhat
View file @
1b84085a
...
@@ -7,8 +7,8 @@
...
@@ -7,8 +7,8 @@
### BEGIN INIT INFO
### BEGIN INIT INFO
# Provides: mbpfan
# Provides: mbpfan
# Required-Start: $remote_fs
# Required-Start: $remote_fs
$syslog
# Required-Stop: $remote_fs
# Required-Stop: $remote_fs
$syslog
# Default-Start: 2 3 4 5
# Default-Start: 2 3 4 5
# Default-Stop: 0 1 6
# Default-Stop: 0 1 6
# Short-Description: mbpfan initscript
# Short-Description: mbpfan initscript
...
...
mbpfan.service
0 → 100644
View file @
1b84085a
[Unit]
Description=Start the mbpfan daemon
After=syslog.target
After=remote-fs.target
[Service]
ExecStart=/usr/sbin/mbpfan
Type=forking
Restart=always
[Install]
WantedBy=multi-user.target
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