diff options
author | John Estabrook <jestabro@sentrium.io> | 2019-07-01 13:57:52 -0500 |
---|---|---|
committer | John Estabrook <jestabro@sentrium.io> | 2019-07-01 13:57:52 -0500 |
commit | d56d52990f5b30a1b03b2479767e91aa3aa2cdc5 (patch) | |
tree | f49803d26a24719a3bb25cced8ed0d0b9d717d46 /debian | |
parent | 2abd3cf50c6fedf79ce0f01337ef8bb1eb44116e (diff) | |
download | vyos-1x-d56d52990f5b30a1b03b2479767e91aa3aa2cdc5.tar.gz vyos-1x-d56d52990f5b30a1b03b2479767e91aa3aa2cdc5.zip |
[service https] T1443: add service https and service https api
Diffstat (limited to 'debian')
-rwxr-xr-x | debian/rules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules index b06117922..952867a76 100755 --- a/debian/rules +++ b/debian/rules @@ -77,3 +77,6 @@ override_dh_auto_install: # Install systemd service units mkdir -p $(DIR)/lib/systemd/system cp -r src/systemd/* $(DIR)/lib/systemd/system + + # Make directory for generated configuration file + mkdir -p $(DIR)/etc/vyos |