mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-04-27 09:29:43 +00:00
17 lines
378 B
SYSTEMD
17 lines
378 B
SYSTEMD
|
|
[Unit]
|
||
|
|
Description=Self-hosted audiobook server for managing and playing audiobooks
|
||
|
|
Requires=network.target
|
||
|
|
|
||
|
|
[Service]
|
||
|
|
Type=simple
|
||
|
|
EnvironmentFile=/etc/conf.d/audiobookshelf
|
||
|
|
WorkingDirectory=/var/lib/audiobookshelf
|
||
|
|
ExecStart=/usr/bin/audiobookshelf
|
||
|
|
ExecReload=/bin/kill -HUP $MAINPID
|
||
|
|
Restart=always
|
||
|
|
User=audiobookshelf
|
||
|
|
Group=audiobookshelf
|
||
|
|
|
||
|
|
[Install]
|
||
|
|
WantedBy=multi-user.target
|