mirror of
https://bitbucket.org/presik/work_scripts.git
synced 2023-12-14 05:02:57 +01:00
15 lines
215 B
Desktop File
15 lines
215 B
Desktop File
# Script Server Presik Technologies
|
|
|
|
[Unit]
|
|
Description=App Biometric Web
|
|
After=network.target
|
|
|
|
[Service]
|
|
User=psk
|
|
Group=psk
|
|
ExecStart=/home/psk/biometric/run_app.sh
|
|
ExecStop=
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
|