mirror of
https://github.com/ail-project/ail-framework.git
synced 2024-11-10 08:38:28 +00:00
13 lines
No EOL
275 B
Desktop File
13 lines
No EOL
275 B
Desktop File
[Unit]
|
|
Description=Service for building AIL and Lacus LXD images
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
User=ailbuilder
|
|
ExecStart=/usr/bin/python3 /opt/ailbuilder/build/ailbuilder.py
|
|
Restart=on-failure
|
|
Environment=PYTHONUNBUFFERED=1
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target |