14 lines
268 B
Desktop File
14 lines
268 B
Desktop File
[Unit]
|
|
Description=Aboba website server
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
Restart=always
|
|
User=root
|
|
WorkingDirectory=/home/debian/www.kamkow1lair.pl
|
|
ExecStart=/home/debian/.sdkman/candidates/jbake/current/bin/jbake -b -s
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|