mirror of
https://github.com/lumapu/ahoy.git
synced 2025-04-28 17:56:21 +02:00
RPi: update description on ahoy.service
Automatic operation of Ahoy on an RPi can be based on the systemd method. To activate systemd processes for ahoy, the config ahoy.service is needed.
This commit is contained in:
parent
c8b1b0a425
commit
ccca67d5c4
1 changed files with 10 additions and 7 deletions
|
@ -1,22 +1,24 @@
|
|||
######################################################################
|
||||
# systemd.service configuration for ahoy (lumapu)
|
||||
# users can modify the lines:
|
||||
# - Description
|
||||
# - ExecStart (for example: name of config file)
|
||||
# - WorkingDirectory
|
||||
# To change other configs, please consult systemd documentation
|
||||
# Description
|
||||
# ExecStart (example: name of config file)
|
||||
# WorkingDirectory (absolute path to your private ahoy dir)
|
||||
# To change other config parameter, please consult systemd documentation
|
||||
#
|
||||
# to activate this service, create a link like:
|
||||
# $ mkdir -p $HOME/.config/systemd/user && ln -sf $(pwd)/ahoy/tools/rpi/ahoy.service -t $HOME/.config/systemd/user
|
||||
# To activate this service, create a link, enable and start the ahoy.service
|
||||
# $ mkdir -p $HOME/.config/systemd/user
|
||||
# $ ln -sf $(pwd)/ahoy/tools/rpi/ahoy.service -t $HOME/.config/systemd/user
|
||||
# $ systemctl --user status ahoy
|
||||
# $ systemctl --user enable ahoy
|
||||
# $ systemctl --user start ahoy
|
||||
# $ systemctl --user status ahoy
|
||||
#
|
||||
# 2023.01 <PaeserBastelstube>
|
||||
######################################################################
|
||||
|
||||
[Unit]
|
||||
|
||||
|
||||
Description=ahoy (lumapu) as Service
|
||||
After=network.target local-fs.target time-sync.target
|
||||
|
||||
|
@ -32,3 +34,4 @@ EnvironmentFile=/etc/environment
|
|||
|
||||
[Install]
|
||||
WantedBy=default.target
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue