Compare commits
No commits in common. "1cbac62cd1e27c74e5f09b2796f6cd72f6aad12f" and "c1f433090f19f512ad96568d6e0e3310eace4560" have entirely different histories.
1cbac62cd1
...
c1f433090f
2
setup.py
2
setup.py
@ -11,7 +11,7 @@ EMAIL = 'tkl@blackfinn.de'
|
|||||||
PACKAGES = ['weblight']
|
PACKAGES = ['weblight']
|
||||||
SCRIPTS = ['start-weblight']
|
SCRIPTS = ['start-weblight']
|
||||||
SERVICEDIR = "/lib/systemd/system"
|
SERVICEDIR = "/lib/systemd/system"
|
||||||
REQUIRES = ['Flask'i, 'RPi.GPIO']
|
REQUIRES = ['Flask']
|
||||||
DAEMON_START_SCRIPT = os.path.join(SERVICEDIR, 'weblight.service')
|
DAEMON_START_SCRIPT = os.path.join(SERVICEDIR, 'weblight.service')
|
||||||
|
|
||||||
if sys.argv[1] == 'install':
|
if sys.argv[1] == 'install':
|
||||||
|
Loading…
Reference in New Issue
Block a user