This commit is contained in:
2018-11-28 18:07:20 +01:00
parent 3532c771ec
commit 617454f66b
25 changed files with 665 additions and 398 deletions

View File

@ -29,4 +29,10 @@ Type=simple
# %P Unescaped prefix name Same as "%p", but with escaping undone.
# %u User name This is the name of the user running the service manager instance. In case of the system manager this resolves to "root".
# %U User UID This is the numeric UID of the user running the service manager instance. In case of the system manager this resolves to "0".
ExecStart=/usr/bin/flucky temperature push %i
ExecStart=/usr/local/bin/flucky temperature push %i
Environment=USER=root
User=root
Group=root