15 lines
303 B
Desktop File
15 lines
303 B
Desktop File
[Unit]
|
|
Description=aindustries.be website
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
Restart=always
|
|
RestartSec=1
|
|
# Change with proper user to run the service
|
|
User=web
|
|
# Change with the installation location of the executable
|
|
ExecStart=/usr/share/bin/aindustries-be
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target |