Skip to content

Instantly share code, notes, and snippets.

@Benoss
Benoss / foo.service
Last active April 19, 2016 23:51
Simple Systemd blocking service auto start
#/etc/systemd/system/foo.service
[Unit]
#Description of the service
Description=foo
#Auto start on reboot when the target user target is availaible
After=multi-user.target
[Service]
#Switching the working directory (not needed, just an example)