Browse Source

Merge branch 'lumapu:main' into main

pull/591/head
Mo Demman 2 years ago
committed by GitHub
parent
commit
616b04b43f
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 17
      tools/rpi/ahoy.service

17
tools/rpi/ahoy.service

@ -1,22 +1,24 @@
###################################################################### ######################################################################
# systemd.service configuration for ahoy (lumapu) # systemd.service configuration for ahoy (lumapu)
# users can modify the lines: # users can modify the lines:
# - Description # Description
# - ExecStart (for example: name of config file) # ExecStart (example: name of config file)
# - WorkingDirectory # WorkingDirectory (absolute path to your private ahoy dir)
# To change other configs, please consult systemd documentation # To change other config parameter, please consult systemd documentation
# #
# to activate this service, create a link like: # 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 # $ 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 status ahoy
# $ systemctl --user enable ahoy # $ systemctl --user enable ahoy
# $ systemctl --user start ahoy # $ systemctl --user start ahoy
# $ systemctl --user status ahoy
# #
# 2023.01 <PaeserBastelstube> # 2023.01 <PaeserBastelstube>
###################################################################### ######################################################################
[Unit] [Unit]
Description=ahoy (lumapu) as Service Description=ahoy (lumapu) as Service
After=network.target local-fs.target time-sync.target After=network.target local-fs.target time-sync.target
@ -32,3 +34,4 @@ EnvironmentFile=/etc/environment
[Install] [Install]
WantedBy=default.target WantedBy=default.target

Loading…
Cancel
Save