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
2bebaa3c
Commit
2bebaa3c
authored
Jul 19, 2017
by
Johannes Schilling
Browse files
fix variable expansion in service file
parent
4af6c8c8
Changes
2
Hide whitespace changes
Inline
Side-by-side
cip-foxtemp-hostsoftware.service
View file @
2bebaa3c
...
...
@@ -5,7 +5,7 @@ After=multi-user.target
[Service]
Type
=
forking
EnvironmentFile
=
/etc/cip-foxtemp.conf
ExecStart
=
/usr/sbin/cip-foxtemp-hostsoftware daemon
"
$SERIAL:842:%T
"
ExecStart
=
/usr/sbin/cip-foxtemp-hostsoftware daemon $
{
SERIAL
}
:842:%T
[Install]
WantedBy
=
multi-user.target
debian/changelog
View file @
2bebaa3c
cip-foxtemp (3) unstable; urgency=medium
* fix variable expansion in service file
-- Johannes Schilling <johannes.schilling@cs.fau.de> Wed, 19 Jul 2017 18:15:46 +0200
cip-foxtemp (2) unstable; urgency=medium
* version bump, there seems to have been an older package already
...
...
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