17 lines
423 B
Desktop File
17 lines
423 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
|
|
# It is possible to use a custom config file location
|
|
# by adding '--config /path/to/config.toml' to the command bellow
|
|
ExecStart=/usr/share/bin/aindustries-be
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target |