You've already forked audiobookshelf
Support custom environment file in systemd service
This commit is contained in:
@ -5,6 +5,7 @@ Requires=network.target
|
||||
[Service]
|
||||
Type=simple
|
||||
EnvironmentFile=/etc/conf.d/audiobookshelf
|
||||
EnvironmentFile=-/etc/conf.d/audiobookshelf.custom
|
||||
WorkingDirectory=/var/lib/audiobookshelf
|
||||
ExecStart=/usr/bin/audiobookshelf
|
||||
ExecReload=/bin/kill -HUP $MAINPID
|
||||
|
Reference in New Issue
Block a user