mirror of
https://github.com/EDCD/EDDN.git
synced 2025-04-21 02:57:38 +03:00
setup.py: systemd files under top level, not contrib/ now
This commit is contained in:
parent
474e0e694d
commit
cc6477d0f3
6
setup.py
6
setup.py
@ -98,11 +98,11 @@ if not os.path.isdir(START_SCRIPT_BIN):
|
||||
os.chdir(old_cwd)
|
||||
|
||||
shutil.copy(
|
||||
'contrib/systemd/eddn_%s_config' % ( setup_env.EDDN_ENV),
|
||||
'systemd/eddn_%s_config' % ( setup_env.EDDN_ENV),
|
||||
'%s/eddn_%s_config' % ( START_SCRIPT_BIN, setup_env.EDDN_ENV )
|
||||
)
|
||||
shutil.copy(
|
||||
'contrib/systemd/start-eddn-service',
|
||||
'systemd/start-eddn-service',
|
||||
'%s/start-eddn-%s-service' % ( START_SCRIPT_BIN, setup_env.EDDN_ENV )
|
||||
)
|
||||
|
||||
@ -112,7 +112,7 @@ print """
|
||||
Ensuring the service log file archiving script is in place
|
||||
"""
|
||||
shutil.copy(
|
||||
'contrib/eddn-logs-archive',
|
||||
'eddn-logs-archive',
|
||||
START_SCRIPT_BIN
|
||||
)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user