Read environment from /etc/environment
This commit is contained in:
parent
b968eff8ad
commit
f6fb350523
2 changed files with 2 additions and 0 deletions
|
|
@ -5,6 +5,7 @@ After=network.target
|
|||
[Service]
|
||||
ExecStart=/usr/local/sbin/labsync-install-localboot.sh
|
||||
Type=oneshot
|
||||
EnvironmentFile=/etc/environment
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
|
|
|||
|
|
@ -6,6 +6,7 @@ After=network.target
|
|||
ExecStart=/usr/local/sbin/labsync-seeder.sh
|
||||
PrivateTmp=yes
|
||||
Type=simple
|
||||
EnvironmentFile=/etc/environment
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue