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
CIP-Admins
cip-foxtemp
Commits
7196c2b4
Commit
7196c2b4
authored
Aug 07, 2019
by
David Sauerwein
Browse files
Fix systemd dependencies
Wants=multi-user.target made the cip-installer deadlock
parent
b4b012d4
Changes
2
Hide whitespace changes
Inline
Side-by-side
cip-foxtemp-hostsoftware.service
View file @
7196c2b4
[Unit]
Description
=
CIP foxtemp temp sensor host software daemon
After
=
multi-user.target
[Service]
Type
=
forking
EnvironmentFile
=
/etc/cip-foxtemp.conf
ExecStart
=
/usr/sbin/cip-foxtemp-hostsoftware daemon ${SERIAL}:16842:%%T
Restart
=
on-failure
User
=
foxtemp
[Install]
...
...
debian/changelog
View file @
7196c2b4
cip-foxtemp (16) unstable; urgency=medium
* Fix systemd dependencies. Wants=multi-user.target made the cip-installer
deadlock
-- David Sauerwein <la38vyti-adm@stud.informatik.uni-erlangen.de> Wed, 07 Aug 2019 15:50:05 +0200
cip-foxtemp (15) unstable; urgency=medium
* Fix systemd unit file, newer systemd versions use %T as a variable for
...
...
Write
Preview
Supports
Markdown
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