14 lines
305 B
Desktop File
14 lines
305 B
Desktop File
[Unit]
|
|
Description=Deploy latest Project Velocity site build on Linux origin
|
|
After=network-online.target
|
|
Wants=network-online.target
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
User=root
|
|
EnvironmentFile=-/etc/desineuron-velocity-site.env
|
|
ExecStart=/usr/local/bin/deploy_velocity_site.sh
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|