15 lines
323 B
Desktop File
15 lines
323 B
Desktop File
[Unit]
|
|
Description=oshipka {{ project_name }} worker service
|
|
Requires=network.target
|
|
After=network.target
|
|
|
|
[Service]
|
|
User={{ user }}
|
|
Type=simple
|
|
WorkingDirectory={{ pwd }}
|
|
ExecStart=/bin/bash -c 'export OSHIPKA_PATH={{ oshipka_path }}; $OSHIPKA_PATH/oshipka.sh worker'
|
|
Restart=on-failure
|
|
|
|
[Install]
|
|
WantedBy=default.target
|